Skip to content

Commit

Permalink
Fix stray space in GN string comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
ksperling-apple committed Aug 7, 2024
1 parent 09cac5e commit cfa7179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/logging/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ group("default") {
chip_device_platform == "external" || chip_device_platform == "none")
}
} else if (chip_logging_backend == "none" ||
chip_logging_backend == "stdio " ||
chip_logging_backend == "stdio" ||
chip_logging_backend == "syslog") {
deps = [ ":${chip_logging_backend}" ]
} else {
Expand Down

0 comments on commit cfa7179

Please sign in to comment.