Skip to content

Commit 7cb236a

Browse files
restyled-commitsDamian-Nordic
authored andcommittedApr 30, 2024
Restyled by gn
1 parent 3e14b97 commit 7cb236a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/lib/shell/BUILD.gn

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ import("${chip_root}/src/platform/device.gni")
2121
source_set("shell_core") {
2222
sources = [
2323
"Command.h",
24-
"Commands.h",
2524
"CommandSet.cpp",
2625
"CommandSet.h",
26+
"Commands.h",
2727
"Engine.cpp",
2828
"Engine.h",
29+
"SubShellCommand.h",
2930
"streamer.cpp",
3031
"streamer.h",
31-
"SubShellCommand.h"
3232
]
3333

3434
public_deps = [

0 commit comments

Comments
 (0)