Skip to content

Commit 9bb8521

Browse files
committed
[checkAllowedImports.ts] Add a newline after each group.
1 parent 2eb730c commit 9bb8521

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/lib/check-allowed-imports/checkAllowedImports.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ export async function checkAllowedImports(
147147
}
148148

149149
await checkImports(metafile, allowedImports);
150+
console.log("");
150151
}
151152

152153
if (failure) {

0 commit comments

Comments
 (0)