Skip to content

Commit 1e32976

Browse files
committed
apply formatting
1 parent 06afef5 commit 1e32976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/macros/SundialsAddTest.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ macro(SUNDIALS_ADD_TEST NAME EXECUTABLE)
272272
# set any labels (must quote SUNDIALS_ADD_TEST_LABELS)
273273
if(SUNDIALS_ADD_TEST_LABELS)
274274
set_tests_properties(${NAME} PROPERTIES LABELS
275-
"${SUNDIALS_ADD_TEST_LABELS}")
275+
"${SUNDIALS_ADD_TEST_LABELS}")
276276
endif()
277277
endif()
278278

0 commit comments

Comments
 (0)