Skip to content

Commit 2a024fc

Browse files
committed
chore: Added new lines to improve code readability (formatting change)
1 parent 0b6bca9 commit 2a024fc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/ember-cli-mirage/config/environment.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
'use strict';
2+
23
const fs = require('fs');
34

45
function usingProxy() {
@@ -12,6 +13,7 @@ function usingProxy() {
1213

1314
let hasGeneratedProxies = false;
1415
const proxiesDir = `${process.env.PWD}/server/proxies`;
16+
1517
try {
1618
fs.lstatSync(proxiesDir);
1719
hasGeneratedProxies = true;

0 commit comments

Comments
 (0)