Skip to content

Commit

Permalink
lol forgot to format
Browse files Browse the repository at this point in the history
  • Loading branch information
fbartho committed May 11, 2023
1 parent cec6f65 commit 743e16a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/utils/get-code-from-ast.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import {
} from '@babel/types';

import {
newLineCharacters,
injectNewlinesRegex,
forceANewlineForImportsWithAttachedSingleLineCommentsRegex,
injectNewlinesRegex,
newLineCharacters,
PATCH_BABEL_GENERATOR_DOUBLE_COMMENTS_ON_ONE_LINE_ISSUE,
} from '../constants';
import { getAllCommentsFromNodes } from './get-all-comments-from-nodes';
Expand Down
4 changes: 2 additions & 2 deletions src/utils/get-comment-registry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ import {
} from '@babel/types';

import {
newLineNode,
forceANewlineForImportsWithAttachedSingleLineComments,
newLineNode,
PATCH_BABEL_GENERATOR_DOUBLE_COMMENTS_ON_ONE_LINE_ISSUE,
} from '../constants';
import { ImportOrLine, SomeSpecifier, ImportRelated } from '../types';
import { ImportOrLine, ImportRelated, SomeSpecifier } from '../types';

const SpecifierTypes = [
'ImportSpecifier',
Expand Down

0 comments on commit 743e16a

Please sign in to comment.