diff --git a/cmake/flash/CMakeLists.txt b/cmake/flash/CMakeLists.txt index 54e16bd82e4e15..6cba4e9d94d7f0 100644 --- a/cmake/flash/CMakeLists.txt +++ b/cmake/flash/CMakeLists.txt @@ -73,7 +73,7 @@ function(create_runners_yaml) endforeach() else() # If the runner doesn't need any arguments, just use an empty list. - runner_yml_write(" []\n") + runner_yml_write(" []\n") endif() endforeach()