Skip to content

Commit 1bf5b9b

Browse files
committed
fix(fmt): imp code fmt
imp code fmt Signed-off-by: ysicing <[email protected]>
1 parent f6724c2 commit 1bf5b9b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Copyright (c) 2021-2023 北京渠成软件有限公司(Beijing Qucheng Software Co., Ltd. www.qucheng.com) All rights reserved.
2+
# Use of this source code is covered by the following dual licenses:
3+
# (1) Z PUBLIC LICENSE 1.2 (ZPL 1.2)
4+
# (2) Affero General Public License 3.0 (AGPL 3.0)
5+
# license that can be found in the LICENSE file.
6+
17
FROM ysicing/debian
28

39
COPY ./_output/qcadmin_linux_amd64 /usr/bin/qcadmin

pkg/quickon/quickon.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,6 @@ repositories:
399399
break
400400
}
401401
}
402-
403402
}
404403
m.QuickONReady()
405404
initFile := common.GetCustomConfig(common.InitFileName)

0 commit comments

Comments
 (0)