Skip to content

Commit bae9524

Browse files
committed
style(nl): add new line after imports
1 parent a8e4198 commit bae9524

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import {Probot} from "probot";
22
import {App} from "./App";
33
import {getAppConfig} from "./AppConfig";
4+
45
const appConfig = getAppConfig();
56
const probot = new Probot(appConfig);
67
probot.load(App.handle);

0 commit comments

Comments
 (0)