Skip to content

Commit

Permalink
Restyled by autopep8
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed Mar 15, 2022
1 parent fca3b61 commit 758c0d4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions scripts/build/build/targets.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,10 @@ def HostTargets():
app_targets.append(target.Extend('minmdns', app=HostApp.MIN_MDNS))
app_targets.append(target.Extend('door-lock', app=HostApp.LOCK))
app_targets.append(target.Extend('shell', app=HostApp.SHELL))
app_targets.append(target.Extend('ota-provider', app=HostApp.OTA_PROVIDER))
app_targets.append(target.Extend('ota-requestor', app=HostApp.OTA_REQUESTOR))
app_targets.append(target.Extend(
'ota-provider', app=HostApp.OTA_PROVIDER))
app_targets.append(target.Extend(
'ota-requestor', app=HostApp.OTA_REQUESTOR))

# Possible build variants. Note that number of potential
# builds is exponential here
Expand Down

0 comments on commit 758c0d4

Please sign in to comment.