Skip to content

Commit b84f3e0

Browse files
committed
Lintfix
1 parent 85bf335 commit b84f3e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/hostmgr/HostMgrCommand.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ struct InstallCommand: ParsableCommand {
6060
commandName: "install",
6161
abstract: "Install components",
6262
subcommands: [
63-
InstallHostmgrHelperCommand.self,
63+
InstallHostmgrHelperCommand.self
6464
]
6565
)
6666
}

0 commit comments

Comments
 (0)