Skip to content

Commit

Permalink
Autoformat with make -C api format.
Browse files Browse the repository at this point in the history
  • Loading branch information
SyntaxColoring committed Jul 24, 2023
1 parent 0452b8d commit 78ffa60
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion api/src/opentrons/config/advanced_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,10 @@ class Setting(NamedTuple):
),
]

if ARCHITECTURE == SystemArchitecture.BUILDROOT or ARCHITECTURE == SystemArchitecture.YOCTO:
if (
ARCHITECTURE == SystemArchitecture.BUILDROOT
or ARCHITECTURE == SystemArchitecture.YOCTO
):
settings.append(DisableLogIntegrationSettingDefinition())


Expand Down

0 comments on commit 78ffa60

Please sign in to comment.