Skip to content

Commit

Permalink
Fix comment formatting
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremy Wright <[email protected]>
  • Loading branch information
julianstirling and jmwright authored Jul 10, 2024
1 parent 4b49916 commit 4714a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nimble_build_system/utils/gen_nimble_conf_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def shelf_available(device):
print(f"Warning: Invalid data in Height feild for {device['ID']}: ({device['Height']})")
return False

#Neither Height or HeightUnits set. No shelf can be made.
# Neither Height or HeightUnits set. No shelf can be made.
return False

if __name__ == "__main__":
Expand Down

0 comments on commit 4714a66

Please sign in to comment.