Skip to content

Commit

Permalink
restyled
Browse files Browse the repository at this point in the history
  • Loading branch information
jtung-apple committed Jan 31, 2023
1 parent 0e7cb5e commit 9017cc0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/platform/device.gni
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,8 @@ declare_args() {
}

# Enable Subscription persistence / resumption for CI and supported platforms
if (chip_device_platform == "darwin" ||
chip_device_platform == "linux" ||
chip_device_platform == "esp32" ||
chip_device_platform == "fake") {
if (chip_device_platform == "darwin" || chip_device_platform == "linux" ||
chip_device_platform == "esp32" || chip_device_platform == "fake") {
chip_persist_subscriptions = true
} else {
chip_persist_subscriptions = false
Expand Down

0 comments on commit 9017cc0

Please sign in to comment.