Skip to content

Commit ff4bb4e

Browse files
committed
[Realtek] Restyle file
1 parent 935c97d commit ff4bb4e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/BUILD.gn

+2-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ if (chip_build_tests) {
120120
tests += [ "${chip_root}/src/lib/dnssd/minimal_mdns/tests" ]
121121
}
122122

123-
if (chip_device_platform != "ameba" && chip_device_platform != "realtek_bee") {
123+
if (chip_device_platform != "ameba" &&
124+
chip_device_platform != "realtek_bee") {
124125
tests += [ "${chip_root}/src/platform/tests" ]
125126
}
126127

0 commit comments

Comments
 (0)