Skip to content

Commit

Permalink
[clang][dataflow] Fix indentation in a test
Browse files Browse the repository at this point in the history
  • Loading branch information
gribozavr committed Mar 20, 2023
1 parent e4f62da commit cd11f55
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,9 @@ TEST_F(EnvironmentTest, IncludeFieldsFromDefaultInitializers) {

std::string Code = R"cc(
struct S {
S() {}
int X = 3;
int Y = X;
S() {}
int X = 3;
int Y = X;
};
S foo();
)cc";
Expand Down

0 comments on commit cd11f55

Please sign in to comment.