Skip to content

Commit

Permalink
Run swift-format
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencelis authored and github-actions[bot] committed Sep 30, 2024
1 parent d3fd23c commit e99506e
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ public struct _RuntimeWarningReporter: IssueReporter {
column: UInt
) {
#if canImport(os)
guard ProcessInfo.processInfo.environment["XCODE_RUNNING_FOR_PREVIEWS"] != "1"
else {
print("🟣 \(fileID):\(line): \(message() ?? "")")
return
}
guard ProcessInfo.processInfo.environment["XCODE_RUNNING_FOR_PREVIEWS"] != "1"
else {
print("🟣 \(fileID):\(line): \(message() ?? "")")
return
}
let moduleName = String(
Substring("\(fileID)".utf8.prefix(while: { $0 != UTF8.CodeUnit(ascii: "/") }))
)
Expand Down

0 comments on commit e99506e

Please sign in to comment.