Skip to content

Commit 2e5dc6f

Browse files
fix: lint
1 parent f8cd26d commit 2e5dc6f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

cmd/rofl/set_admin.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ var setAdminCmd = &cobra.Command{
2727
txCfg := common.GetTransactionConfig()
2828

2929
var (
30-
rawAppID string
31-
newAdminArg string
32-
manifest *buildRofl.Manifest
33-
deployment *buildRofl.Deployment
34-
useManifest bool
30+
rawAppID string
31+
newAdminArg string
32+
manifest *buildRofl.Manifest
33+
deployment *buildRofl.Deployment
34+
useManifest bool
3535
)
3636
switch len(args) {
3737
case 2:

0 commit comments

Comments
 (0)