Skip to content

Commit

Permalink
add trailing commas
Browse files Browse the repository at this point in the history
  • Loading branch information
onedr0p authored Jan 16, 2024
1 parent cfae863 commit 868f154
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/util/yaml.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ describe('util/yaml', () => {
myObject: {
aString: null,
myNestedObject: {
aNestedString: null
}
aNestedString: null,
},
},
});
});
Expand Down

0 comments on commit 868f154

Please sign in to comment.