Skip to content

Commit ba25c4c

Browse files
committed
Serialization: fix extra space in diagnostic
1 parent e1c04c9 commit ba25c4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/AST/DiagnosticsSema.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -960,7 +960,7 @@ NOTE(modularization_issue_swift_version,none,
960960
"APINotes may change how clang declarations are imported",
961961
(const ModuleDecl *, llvm::VersionTuple, llvm::VersionTuple))
962962
NOTE(modularization_issue_audit_headers,none,
963-
"declarations in the %select{underlying|}0 clang module %1 "
963+
"declarations in the %select{underlying |}0clang module %1 "
964964
"may be hidden by clang preprocessor macros",
965965
(bool, const ModuleDecl*))
966966
NOTE(modularization_issue_layering_expected_local,none,

0 commit comments

Comments
 (0)