Skip to content

Commit f858b9d

Browse files
author
Val
committed
formatting fix
1 parent 43a6ca7 commit f858b9d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/index.test.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ var outputFileName = 'build.js';
99
var outputFilePath = path.join(outputDirPath, outputFileName);
1010

1111
describe('Webpack replace loader ...', function () {
12-
1312
it('should replace with string subject', function (done) {
1413
webpack(
1514
{
@@ -160,5 +159,4 @@ describe('Webpack replace loader ...', function () {
160159
}
161160
);
162161
});
163-
164162
});

0 commit comments

Comments
 (0)