Skip to content

Commit 00bc7f4

Browse files
committed
SR-11902: Fixed code review issues
1 parent 33610ee commit 00bc7f4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

include/swift/AST/DiagnosticsSema.def

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2711,8 +2711,7 @@ NOTE(missing_member_type_conformance_prevents_synthesis, none,
27112711
"of %3 to %2",
27122712
(unsigned, Type, Type, Type))
27132713
NOTE(classes_automatic_protocol_synthesis,none,
2714-
"automatic synthesis of '%0' is not supported for classes "
2715-
"because of inheritance.",
2714+
"automatic synthesis of '%0' is not supported for classes",
27162715
(StringRef))
27172716

27182717
// Dynamic Self

0 commit comments

Comments
 (0)