forked from OSchip/llvm-project
[clang-format] NFC ensure the clang-format tests remain clang-formatted
This commit is contained in:
parent
2e7add812e
commit
a16e4a63ae
|
@ -721,7 +721,7 @@ class TimePeriod {
|
|||
}
|
||||
})",
|
||||
Style);
|
||||
|
||||
|
||||
// Microsoft style trivial property accessors have no line break before the
|
||||
// opening brace.
|
||||
auto MicrosoftStyle = getMicrosoftStyle(FormatStyle::LK_CSharp);
|
||||
|
@ -731,7 +731,6 @@ public class SaleItem
|
|||
public decimal Price { get; set; }
|
||||
})",
|
||||
MicrosoftStyle);
|
||||
|
||||
}
|
||||
|
||||
TEST_F(FormatTestCSharp, CSharpSpaces) {
|
||||
|
|
Loading…
Reference in New Issue