Add newlines to the end of all files
This commit is contained in:
@@ -16,4 +16,4 @@ set(FILES
|
||||
lru_cache.cpp
|
||||
Main.cpp
|
||||
vector_set.cpp
|
||||
)
|
||||
)
|
||||
|
||||
@@ -169,4 +169,4 @@ namespace UnitTest
|
||||
intintptr_cache.clear();
|
||||
EXPECT_EQ(p->use_count(), 1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -282,4 +282,4 @@ namespace UnitTest
|
||||
VectorSetTester<AZStd::fixed_vector_set<int32_t, 64>> tester;
|
||||
tester.TestIteratorsConst();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user