Skip to content

Commit c2e0395

Browse files
committed
run scripts/style.sh for format
1 parent d2d8bad commit c2e0395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReleaseTooling/Sources/PodspecsTester/InitializeSource.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ enum InitializeSpecTesting {
198198
}
199199

200200
private static func createPodDirectory(specRepoPath: String, podName: String,
201-
version: String) -> URL {
201+
version: String) -> URL {
202202
guard let specRepoURL = URL(string: specRepoPath) else {
203203
fatalError("\(specRepoPath) does not exist.")
204204
}

0 commit comments

Comments
 (0)