diff --git a/examples/all-clusters-app/linux/BUILD.gn b/examples/all-clusters-app/linux/BUILD.gn index ce4bab1db2631a..351b79e8f5f316 100644 --- a/examples/all-clusters-app/linux/BUILD.gn +++ b/examples/all-clusters-app/linux/BUILD.gn @@ -29,9 +29,8 @@ executable("chip-all-clusters-app") { "${chip_root}/src/lib", ] - include_dirs = [ - "${chip_root}/examples/all-clusters-app/all-clusters-common/include" - ] + include_dirs = + [ "${chip_root}/examples/all-clusters-app/all-clusters-common/include" ] cflags = [ "-Wconversion" ]