Commit 8f18d47
committed
style: 移除多余空行并格式化代码
清理代码中的多余空行,统一代码格式。主要修改包括:
1. 删除namespace声明前的多余空行
2. 调整部分代码块的缩进和格式
3. 添加新测试文件LocalizationTest.cs
4. 修复部分文件末尾缺少换行符的问题
5. 统一代码中的换行和空格使用1 parent a7899f6 commit 8f18d47
File tree
90 files changed
+1071
-1073
lines changed- GameFrameX.Apps
- Common
- EventData
- Session
- Player
- Bag
- Component
- Entity
- Friend
- Pet
- Component
- Entity
- Player
- Component
- Entity
- Server
- Component
- Entity
- GameFrameX.Client/Bot
- GameFrameX.Core.Config
- GameFrameX.Core
- Abstractions/Events
- BaseHandler/RPC
- Hotfix/Agent
- Timer
- GameFrameX.DataBase.Mongo
- GameFrameX.DataBase/Abstractions
- GameFrameX.DiscoveryCenterManager
- Server
- Service
- GameFrameX.Hotfix/Logic
- Account/Login
- Http
- Bag
- DiscoveryCenter
- Player
- Player/Login
- GameFrameX.Launcher/StartUp/Discovery
- GameFrameX.Localization/Localization/Messages
- GameFrameX.Monitor/NetWork
- GameFrameX.NetWork.Abstractions
- GameFrameX.NetWork.HTTP
- GameFrameX.NetWork
- Messages
- GameFrameX.StartUp
- Extensions
- Tests/GameFrameX.Tests
- Localization
- ProtoBuff
- Utility
- Math
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
90 files changed
+1071
-1073
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
| 228 | + | |
228 | 229 | | |
229 | 230 | | |
230 | 231 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | 38 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
| |||
0 commit comments