Skip to content

Commit

Permalink
ci(lint): auto-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 3, 2025
1 parent e5ea5c4 commit 1301dd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/source-map/tests/translateOffset.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ describe('translateOffset', () => {
});
test('start at the end of fromRange with shorter toLength', () => {
expect(translateOffset(10, [1], [11], [9], [7])).toEqual(18);
})
});
});
2 changes: 1 addition & 1 deletion packages/typescript/lib/typescript/types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export type Path = string & { __pathBrand: any };
export type Path = string & { __pathBrand: any; };

/* @internal */
export const enum CharacterCodes {
Expand Down

0 comments on commit 1301dd0

Please sign in to comment.