Skip to content

Commit 1301dd0

Browse files
ci(lint): auto-fix
1 parent e5ea5c4 commit 1301dd0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: packages/source-map/tests/translateOffset.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ describe('translateOffset', () => {
2323
});
2424
test('start at the end of fromRange with shorter toLength', () => {
2525
expect(translateOffset(10, [1], [11], [9], [7])).toEqual(18);
26-
})
26+
});
2727
});

Diff for: packages/typescript/lib/typescript/types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export type Path = string & { __pathBrand: any };
1+
export type Path = string & { __pathBrand: any; };
22

33
/* @internal */
44
export const enum CharacterCodes {

0 commit comments

Comments
 (0)