Skip to content

Commit 010c188

Browse files
committed
newline
1 parent 2d69be3 commit 010c188

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ jobs:
7272
ninja -C build
7373
7474
- name: Test
75-
run: ctest --test-dir build --output-on-failure --timeout 30
75+
run: ctest --test-dir build --output-on-failure --timeout 30

export/planloader/tests/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ message(
3434
)
3535

3636
# For Windows; copy planloader dll to the test executable directory so that it
37-
# can be found during test execution
37+
# can be found during test execution.
3838
if(WIN32)
3939
add_custom_command(
4040
TARGET planloader_test

0 commit comments

Comments
 (0)