Skip to content

Commit 7821449

Browse files
drwpowactions-user
authored andcommitted
[ci] yarn format
1 parent c6146e6 commit 7821449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/plugin-dotenv/plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module.exports = function plugin(snowpackConfig, options) {
2727

2828
if (fs.existsSync(dotenvFile)) {
2929
const dotenv = require('dotenv').config({
30-
path: dotenvFile
30+
path: dotenvFile,
3131
});
3232

3333
if (expand) require('dotenv-expand')(dotenv);

0 commit comments

Comments
 (0)