Commit 7ac57e5
committed
refactor(toolset): add explicit return statements and improve code formatting
Add explicit return None statements in ToolSet methods and improve code
formatting for better readability and consistency across the codebase.
在 ToolSet 方法中添加显式的返回语句并改进代码格式
在 ToolSet 方法中添加显式的 return None 语句,并改进代码格式以提高代码库的一致性和可读性。
Change-Id: Icd499f1ccb977bc443f690d81b0694535dc1b99a
Signed-off-by: OhYee <oyohyee@oyohyee.com>1 parent 44489a6 commit 7ac57e5
2 files changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| 110 | + | |
| 111 | + | |
110 | 112 | | |
111 | 113 | | |
112 | 114 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| 125 | + | |
| 126 | + | |
125 | 127 | | |
126 | 128 | | |
127 | 129 | | |
| |||
0 commit comments