Skip to content

Commit 8196fc6

Browse files
restyled-commitswqx6
authored andcommitted
Restyled by gn
1 parent adf19ef commit 8196fc6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/platform/ESP32/BUILD.gn

+1-3
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,7 @@ static_library("ESP32") {
101101
}
102102

103103
if (chip_enable_ble) {
104-
sources += [
105-
"BLEManagerImpl.h",
106-
]
104+
sources += [ "BLEManagerImpl.h" ]
107105
if (chip_enable_ble_controller) {
108106
sources += [ "ChipDeviceScanner.h" ]
109107
}

0 commit comments

Comments
 (0)