From e99506e2184f1bf06d8877f8e7734dbd9a3db038 Mon Sep 17 00:00:00 2001 From: stephencelis Date: Mon, 30 Sep 2024 17:21:34 +0000 Subject: [PATCH] Run swift-format --- .../IssueReporters/RuntimeWarningReporter.swift | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Sources/IssueReporting/IssueReporters/RuntimeWarningReporter.swift b/Sources/IssueReporting/IssueReporters/RuntimeWarningReporter.swift index e13aa2a..2ef970e 100644 --- a/Sources/IssueReporting/IssueReporters/RuntimeWarningReporter.swift +++ b/Sources/IssueReporting/IssueReporters/RuntimeWarningReporter.swift @@ -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: "/") })) )