Skip to content

Commit

Permalink
[CI] Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 1, 2024
1 parent 7a3195f commit 6a12012
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions exercises/practice/rectangles/rectangles.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,13 @@ describe('Rectangles', () => {
xtest('rectangles must have four sides', () => {
const expected = 5;
const actual = count([
"+-+ +-+",
"| | | |",
"+-+-+-+",
" | | ",
"+-+-+-+",
"| | | |",
"+-+ +-+"
'+-+ +-+',
'| | | |',
'+-+-+-+',
' | | ',
'+-+-+-+',
'| | | |',
'+-+ +-+',
]);

expect(actual).toEqual(expected);
Expand Down

0 comments on commit 6a12012

Please sign in to comment.