Skip to content

Commit d9dee7d

Browse files
committed
chore: remove extraneous newline
1 parent 18fde6c commit d9dee7d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/templates-worker.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
import * as path from "node:path";
2-
import * as url from "node:url";
31
import { consola } from "consola";
42
import * as Eta from "eta";
53
import lodash from "lodash";
4+
import * as path from "node:path";
5+
import * as url from "node:url";
66
import type { CodeGenProcess } from "./code-gen-process.js";
77
import type { CodeGenConfig } from "./configuration.js";
88
import type { FileSystem } from "./util/file-system.js";
@@ -24,7 +24,6 @@ export class TemplatesWorker {
2424
if (this.config.silent) consola.level = 0;
2525
}
2626

27-
2827
getTemplatePaths = (
2928
config: CodeGenConfig,
3029
): CodeGenConfig["templatePaths"] => {

0 commit comments

Comments
 (0)