aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/test/AssetTest.cpp1
-rw-r--r--src/test/main.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/test/AssetTest.cpp b/src/test/AssetTest.cpp
index c3c166c..93fd6a9 100644
--- a/src/test/AssetTest.cpp
+++ b/src/test/AssetTest.cpp
@@ -19,4 +19,3 @@ TEST(AssetTest, Rootless) {
Asset asset{arbitrary};
ASSERT_EQ(arbitrary, asset.get_path());
}
-
diff --git a/src/test/main.cpp b/src/test/main.cpp
index e03a989..aece72d 100644
--- a/src/test/main.cpp
+++ b/src/test/main.cpp
@@ -28,4 +28,3 @@ int main(int argc, char ** argv) {
return RUN_ALL_TESTS();
}
-