Skip to content
This repository was archived by the owner on May 1, 2023. It is now read-only.

Commit 57184b2

Browse files
author
안지훈
authored
Update GenerateMainFile
Update GenerateMainFile return is Void
1 parent 655723f commit 57184b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/XcodeSnippetCLICore/ProjectGenerate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ private extension ProjectGenerate {
8080
var xcodeSnippet: [XcodeSnippet] = []
8181
}
8282
83-
_ = try snippetEx().install()
83+
try snippetEx().install()
8484
""")
8585
}
8686
}

0 commit comments

Comments
 (0)