Skip to content

Commit 97008f9

Browse files
committed
tech(build): semicölöns
1 parent 75a1ff1 commit 97008f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gruntfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ module.exports = function (grunt) {
1313
};
1414

1515
if (grunt.option('arch')) {
16-
config.arch = grunt.option('arch')
16+
config.arch = grunt.option('arch');
1717
} else {
18-
config.arch = os.arch()
18+
config.arch = os.arch();
1919

2020
if (process.platform.match(/^win/)) {
2121
config.arch = process.env.hasOwnProperty('ProgramFiles(x86)') ? 'x64' : 'x86';

0 commit comments

Comments
 (0)