Skip to content

Commit 6d6988b

Browse files
committed
Indentation fix
1 parent fa0bbcf commit 6d6988b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/Macros.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
/// Use of this macro in any other context is an error.
2222
@freestanding(expression)
2323
public macro externalMacro<T>(module: String, type: String) -> T =
24-
Builtin.ExternalMacro
24+
Builtin.ExternalMacro
2525

2626
// File and path-related information
2727

0 commit comments

Comments
 (0)