1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-06-03 21:23:22 +00:00

Remove unnecessary break

This commit is contained in:
asmsuechan
2017-04-25 00:23:23 -07:00
parent b40d09fa86
commit 878f31e91e
-1
View File
@@ -261,7 +261,6 @@ module.exports = function (grunt) {
break
case 'linux':
grunt.task.run(['compile', 'pack:linux'])
break
}
})