[M] Reformat code.

This commit is contained in:
VergeDX
2021-01-23 22:24:12 +08:00
parent 59740a3b5d
commit e924334ae5
3 changed files with 17 additions and 20 deletions
-1
View File
@@ -9,4 +9,3 @@ rm -f ./build/libs/*
gradle bootJar
scp ./build/libs/clock_api.jar $HOST:/app/depl/clock-api
ssh $HOST "systemctl restart clock-api"