Skip to content

Commit 715c15d

Browse files
committed
Lets break these lines… looks better 🐿
1 parent 1099627 commit 715c15d

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

lib/index.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,16 @@ function GitRevisionPlugin (options) {
1717
}
1818

1919
GitRevisionPlugin.prototype.apply = function (compiler) {
20-
buildFile(compiler,
20+
buildFile(
21+
compiler,
2122
this.gitWorkTree,
2223
this.commithashCommand,
2324
/\[git-revision-hash\]/gi,
2425
'COMMITHASH'
2526
)
2627

27-
buildFile(compiler,
28+
buildFile(
29+
compiler,
2830
this.gitWorkTree,
2931
this.versionCommand,
3032
/\[git-revision-version\]/gi,

0 commit comments

Comments
 (0)