Skip to content

Commit

Permalink
Style
Browse files Browse the repository at this point in the history
  • Loading branch information
aBozowski committed May 31, 2022
1 parent e31e668 commit 27656a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/chef/chef.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def generate_device_manifest(
ci_manifest["zap_commit"] = check_zap_master()
if write_manifest_file:
with open(_CI_MANIFEST_FILE_NAME, "w+", encoding="utf-8") as ci_manifest_file:
ci_manifest_file.write(json.dumps(ci_manifest, indent=2)+"\n")
ci_manifest_file.write(json.dumps(ci_manifest, indent=4)+"\n")
return ci_manifest


Expand Down

0 comments on commit 27656a5

Please sign in to comment.