代码规范:所有文件以空行结尾

This commit is contained in:
MrZ626
2021-08-28 16:46:10 +08:00
parent a1162f1b0f
commit a1c6f720a2
320 changed files with 333 additions and 333 deletions

View File

@@ -278,4 +278,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: Techmino_${{ env.Version }}_${{ GITHUB.RUN_NUMBER }}_${{ env.CommitID }}_macOS
path: Techmino.zip
path: Techmino.zip

View File

@@ -24,4 +24,4 @@ if __name__ == '__main__':
parser.add_argument('-P', '--Pre', action='store_true', help = '是否获取pre')
parser.add_argument('-R', '--Repo', default = '26F-Studio/cold_clear_ai_love2d_wrapper', help = '获取的仓库, 默认为cold_clear_ai_love2d_wrapper, 输入格式为User/Repo')
args = parser.parse_args()
getColdClear(args)
getColdClear(args)

View File

@@ -22,4 +22,4 @@ elseif arg[1]=="-updateNote"then
:gsub("\n_","\n")
:gsub("\n\n","\n",1)
print(note)
end
end

View File

@@ -457,4 +457,4 @@ jobs:
uses: softprops/action-gh-release@v1
with:
name: ${{ env.Title }}
body_path: ./updateNote.txt
body_path: ./updateNote.txt

View File

@@ -94,4 +94,4 @@ if __name__ == '__main__':
elif args.Type == 'AndroidRelease':
updateAndroid(args, 'Release')
elif args.Type == 'AndroidSnapshot':
updateAndroid(args, 'Snapshot')
updateAndroid(args, 'Snapshot')