Commit 9d5d6b4
committed
fix(UI): 修复文件末尾缺少换行符和初始化问题
修复 IUIFormHelper.cs 和 UIFormHelperBase.cs 文件末尾缺少换行符的问题,确保符合代码规范。
在 OpenUIFormInfo.cs 中,将 m_AssetPath 的初始化从 `string.Empty` 改为默认值,并在 Clear 方法中正确重置 m_AssetPath 和 m_AssetName 字段,避免潜在的引用残留。1 parent 3cb3f03 commit 9d5d6b4
3 files changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| 157 | + | |
| 158 | + | |
157 | 159 | | |
158 | 160 | | |
159 | 161 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
0 commit comments