Skip to content

Commit 1d3ab56

Browse files
Fix lint EOL
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d7bb1f8 commit 1d3ab56

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/beman/scope/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
include(FetchContent)
44

55
FetchContent_Declare(
6-
Catch2
7-
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
8-
GIT_TAG v3.8.0
6+
Catch2
7+
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
8+
GIT_TAG v3.8.0
99
)
1010
FetchContent_MakeAvailable(Catch2)
1111

0 commit comments

Comments
 (0)