Skip to content

Commit e28e1b3

Browse files
authored
Fix lint
1 parent ed56b5d commit e28e1b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/style-spec/validate_spec.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ describe('Validate sdk-support in spec', () => {
5252
expect(platformSupport[platform]).toBeTruthy();
5353

5454
const maplibreIssue =
55-
/https:\/\/github.com\/maplibre\/[^/]+\/issues\/(\d+)/;
55+
/https:\/\/github.com\/maplibre\/[^/]+\/issues\/(\d+)/;
5656
const version = /^\d+\.\d+\.\d+$/;
5757
const values = new Set(['supported', 'wontfix']);
5858

0 commit comments

Comments
 (0)