Skip to content

Commit

Permalink
style: apply automated linter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
megalinter-bot committed Jan 12, 2025
1 parent f1d73d0 commit c973ead
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/resources/to_json_file.json
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
[{"a":1,"b":4},{"a":2,"b":5},{"a":3,"b":6}]
[
{ "a": 1, "b": 4 },
{ "a": 2, "b": 5 },
{ "a": 3, "b": 6 }
]

0 comments on commit c973ead

Please sign in to comment.