Skip to content

Commit d1b9e2c

Browse files
committed
fixup! Base: clang-format
1 parent 7aa69d4 commit d1b9e2c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

AK/IpAddressCidr.h

+6-6
Original file line numberDiff line numberDiff line change
@@ -117,12 +117,12 @@ struct Formatter<Details::IPAddressCidrError> : Formatter<StringView> {
117117
{
118118
StringView value;
119119
switch (error) {
120-
case Details::IPAddressCidrError::StringParsingFailed:
121-
value = "String parsing failed"sv;
122-
break;
123-
case Details::IPAddressCidrError::CidrTooLong:
124-
value = "CIDR too long"sv;
125-
break;
120+
case Details::IPAddressCidrError::StringParsingFailed:
121+
value = "String parsing failed"sv;
122+
break;
123+
case Details::IPAddressCidrError::CidrTooLong:
124+
value = "CIDR too long"sv;
125+
break;
126126
}
127127

128128
return Formatter<StringView>::format(builder, value);

0 commit comments

Comments
 (0)