Skip to content

Commit cf2075c

Browse files
committed
Restyle
1 parent 68c4869 commit cf2075c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/controller/data_model/BUILD.gn

+2-3
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ chip_data_model("data_model") {
3131
}
3232

3333
if (current_os == "android" || build_java_matter_controller) {
34-
3534
config("java-build-config") {
3635
if (build_java_matter_controller) {
3736
include_dirs = java_matter_controller_dependent_paths
@@ -176,8 +175,8 @@ if (current_os == "android" || build_java_matter_controller) {
176175
]
177176

178177
deps = [
179-
":data_model",
180-
"${chip_root}/src/platform:platform_buildconfig",
178+
":data_model",
179+
"${chip_root}/src/platform:platform_buildconfig",
181180
]
182181

183182
public_configs = [ ":java-build-config" ]

0 commit comments

Comments
 (0)