Skip to content

Commit a16e4a6

Browse files
[clang-format] NFC ensure the clang-format tests remain clang-formatted
1 parent 2e7add8 commit a16e4a6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clang/unittests/Format/FormatTestCSharp.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ class TimePeriod {
721721
}
722722
})",
723723
Style);
724-
724+
725725
// Microsoft style trivial property accessors have no line break before the
726726
// opening brace.
727727
auto MicrosoftStyle = getMicrosoftStyle(FormatStyle::LK_CSharp);
@@ -731,7 +731,6 @@ public class SaleItem
731731
public decimal Price { get; set; }
732732
})",
733733
MicrosoftStyle);
734-
735734
}
736735

737736
TEST_F(FormatTestCSharp, CSharpSpaces) {

0 commit comments

Comments
 (0)