Skip to content

Commit 562d721

Browse files
committed
Format
1 parent 7f9a5dc commit 562d721

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Tests/SwiftIfConfigTest/EvaluateTests.swift

+2-1
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,8 @@ public class EvaluateTests: XCTestCase {
279279
.inactive,
280280
diagnostics: [
281281
DiagnosticSpec(
282-
message: "'TARGET_OS_*' preprocessor macros are not available in Swift; use 'targetEnvironment(macCatalyst)' instead",
282+
message:
283+
"'TARGET_OS_*' preprocessor macros are not available in Swift; use 'targetEnvironment(macCatalyst)' instead",
283284
line: 1,
284285
column: 1,
285286
severity: .warning,

0 commit comments

Comments
 (0)