Skip to content
This repository was archived by the owner on Jan 2, 2022. It is now read-only.

Commit 537c061

Browse files
committed
style: format with Prettier
1 parent cf033b1 commit 537c061

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ interface NetlifyUtils {
88
}
99

1010
interface NetlifyConstants {
11-
BUILD_DIR: string
11+
BUILD_DIR: string;
1212
}
1313

1414
interface NetlifyOpts {
15-
utils: NetlifyUtils,
16-
constants: NetlifyConstants
15+
utils: NetlifyUtils;
16+
constants: NetlifyConstants;
1717
}
1818

1919
module.exports = {

0 commit comments

Comments
 (0)