Skip to content

Commit 507eba8

Browse files
authored
Update gabledroofbug.test.js
1 parent 6104ec0 commit 507eba8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/gabledroofbug.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ const data = `
3232
</osm>`;
3333

3434
let accessCount = 0;
35-
const fetch = function (input) {
35+
const fetch = function(input) {
3636
accessCount++;
3737
if (accessCount === 1) {
3838
return data;
3939
}
4040
throw new Error(input);
41-
}
41+
};
4242

4343
beforeEach(() => {
4444
errors = [];

0 commit comments

Comments
 (0)