Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
inouetakuya committed May 6, 2024
1 parent fe59bc9 commit ff5b4a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ const convertToImportDeclarationText = (
if (filteredNamedImports.length === 0) return "";

return `import { ${filteredNamedImports.join(
","
", "
)} } from '${importDeclaration.getModuleSpecifierValue()}';`;
};

0 comments on commit ff5b4a8

Please sign in to comment.