Skip to content

Commit 88873b7

Browse files
committed
Lint
1 parent fb4940e commit 88873b7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

extension/llm/runner/test/CMakeLists.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,12 @@ set(EXECUTORCH_ROOT ${CMAKE_CURRENT_SOURCE_DIR}/../../../..)
1818
include(${EXECUTORCH_ROOT}/tools/cmake/Test.cmake)
1919

2020
set(_test_srcs
21-
test_generation_config.cpp test_text_llm_runner.cpp test_text_prefiller.cpp
22-
test_text_decoder_runner.cpp test_multimodal_input.cpp test_util.cpp
21+
test_generation_config.cpp
22+
test_text_llm_runner.cpp
23+
test_text_prefiller.cpp
24+
test_text_decoder_runner.cpp
25+
test_multimodal_input.cpp
26+
test_util.cpp
2327
test_wav_loader.cpp
2428
)
2529

0 commit comments

Comments
 (0)