Skip to content

Commit fd00cc0

Browse files
committed
Lintfix
1 parent a437491 commit fd00cc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/hostmgr/SyncCommand.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ struct SyncCommand: AsyncParsableCommand {
77
commandName: "sync",
88
abstract: "Sync remote data with this host",
99
subcommands: [
10-
SyncAuthorizedKeysCommand.self,
10+
SyncAuthorizedKeysCommand.self
1111
]
1212
)
1313
}

0 commit comments

Comments
 (0)