Skip to content

Commit e99506e

Browse files
stephencelisgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent d3fd23c commit e99506e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Sources/IssueReporting/IssueReporters/RuntimeWarningReporter.swift

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ public struct _RuntimeWarningReporter: IssueReporter {
6666
column: UInt
6767
) {
6868
#if canImport(os)
69-
guard ProcessInfo.processInfo.environment["XCODE_RUNNING_FOR_PREVIEWS"] != "1"
70-
else {
71-
print("🟣 \(fileID):\(line): \(message() ?? "")")
72-
return
73-
}
69+
guard ProcessInfo.processInfo.environment["XCODE_RUNNING_FOR_PREVIEWS"] != "1"
70+
else {
71+
print("🟣 \(fileID):\(line): \(message() ?? "")")
72+
return
73+
}
7474
let moduleName = String(
7575
Substring("\(fileID)".utf8.prefix(while: { $0 != UTF8.CodeUnit(ascii: "/") }))
7676
)

0 commit comments

Comments
 (0)