Skip to content

Commit 42991a5

Browse files
authored
Merge pull request #72460 from xymus/deser-space-fix
Serialization: fix extra space in diagnostic
2 parents 25af1d8 + ba25c4c commit 42991a5

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
@@ -964,7 +964,7 @@ NOTE(modularization_issue_swift_version,none,
964964
"APINotes may change how clang declarations are imported",
965965
(const ModuleDecl *, llvm::VersionTuple, llvm::VersionTuple))
966966
NOTE(modularization_issue_audit_headers,none,
967-
"declarations in the %select{underlying|}0 clang module %1 "
967+
"declarations in the %select{underlying |}0clang module %1 "
968968
"may be hidden by clang preprocessor macros",
969969
(bool, const ModuleDecl*))
970970
NOTE(modularization_issue_layering_expected_local,none,

0 commit comments

Comments
 (0)