1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

Remove unnecessary break

This commit is contained in:
asmsuechan
2017-04-25 00:23:23 -07:00
parent b40d09fa86
commit 878f31e91e

View File

@@ -261,7 +261,6 @@ module.exports = function (grunt) {
break
case 'linux':
grunt.task.run(['compile', 'pack:linux'])
break
}
})