Skip to content

Commit

Permalink
Restyle
Browse files Browse the repository at this point in the history
  • Loading branch information
andreilitvin committed Sep 28, 2023
1 parent 7217d37 commit fd03ac4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/controller/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,9 @@ import("${chip_root}/src/platform/device.gni")
import("${chip_root}/src/platform/python.gni")

source_set("nodatamodel") {
sources = ["EmptyDataModelHandler.cpp"]
sources = [ "EmptyDataModelHandler.cpp" ]

public_deps = [
"${chip_root}/src/app",
]
public_deps = [ "${chip_root}/src/app" ]
}

static_library("controller") {
Expand Down

0 comments on commit fd03ac4

Please sign in to comment.