Skip to content

Commit 9da6d92

Browse files
committed
[Gardening] Reflow codable_non_decoded_property_here
1 parent 05c3333 commit 9da6d92

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/swift/AST/DiagnosticsSema.def

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2818,7 +2818,8 @@ NOTE(codable_extraneous_codingkey_case_here,none,
28182818
NOTE(codable_non_conforming_property_here,none,
28192819
"cannot automatically synthesize %0 because %1 does not conform to %0", (Type, TypeLoc))
28202820
NOTE(codable_non_decoded_property_here,none,
2821-
"cannot automatically synthesize %0 because %1 does not have a matching CodingKey and does not have a default value", (Type, Identifier))
2821+
"cannot automatically synthesize %0 because %1 does not have a matching "
2822+
"CodingKey and does not have a default value", (Type, Identifier))
28222823
NOTE(codable_codingkeys_type_is_not_an_enum_here,none,
28232824
"cannot automatically synthesize %0 because 'CodingKeys' is not an enum", (Type))
28242825
NOTE(codable_codingkeys_type_does_not_conform_here,none,

0 commit comments

Comments
 (0)