Skip to content

Commit c1e4bf3

Browse files
authored
Clean up formatting in GeneratorCLI.swift
1 parent 51a5730 commit c1e4bf3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/GeneratorCLI/GeneratorCLI.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,8 @@ extension GeneratorCLI {
149149

150150
@Option(
151151
help:
152-
"The target triple of the bundle. The default depends on a recipe used for SDK generation.")
152+
"The target triple of the bundle. The default depends on a recipe used for SDK generation."
153+
)
153154
var target: Triple? = nil
154155

155156
@Option(help: "Deprecated. Use `--host` instead")

0 commit comments

Comments
 (0)