Skip to content

Commit

Permalink
fix lint code to remove trail whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
wy-hh committed Sep 14, 2023
1 parent 70801d8 commit 26f5c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build/builders/bouffalolab.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def __init__(self,
if enable_thread:
self.argsOpt.append('chip_mdns="platform"')
self.argsOpt.append('chip_inet_config_enable_ipv4=false')
self.argsOpt.append('openthread_project_core_config_file="{}-openthread-core-bl-config.h"'.format(bouffalo_chip))
self.argsOpt.append('openthread_project_core_config_file="{}-openthread-core-bl-config.h"'.format(bouffalo_chip))

if enable_cdc:
if bouffalo_chip != "bl702":
Expand Down

0 comments on commit 26f5c16

Please sign in to comment.