Skip to content

Commit

Permalink
Fix code style issues with Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
lint-action committed Aug 28, 2024
1 parent fdaf059 commit b7c9085
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ describe('step', () => {
field: 'test',
range: [0, 500],
steps: [0, 500, 1000],
openUpperBound: false
openUpperBound: false,
}

it('checks if range is present and not empty', () => {
Expand Down

0 comments on commit b7c9085

Please sign in to comment.