From 998cddab1022d1a05fa50f5acf65603c5ef977e1 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Sun, 27 Feb 2022 20:41:29 +0100 Subject: [PATCH] style: Add missing newline at end of file --- unittest/test_util_path.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unittest/test_util_path.cpp b/unittest/test_util_path.cpp index 0bdc7b88f..e999570cf 100644 --- a/unittest/test_util_path.cpp +++ b/unittest/test_util_path.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2021 Joel Rosdahl and other contributors +// Copyright (C) 2021-2022 Joel Rosdahl and other contributors // // See doc/AUTHORS.adoc for a complete list of contributors. // @@ -132,4 +132,4 @@ TEST_CASE("util::path_starts_with") CHECK(!util::path_starts_with("C:\\beh\\foo", "/foo")); CHECK(!util::path_starts_with("C:\\beh\\foo", "C:/foo")); #endif -} \ No newline at end of file +} -- 2.47.2