1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-15 02:36:36 +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 break
case 'linux': case 'linux':
grunt.task.run(['compile', 'pack:linux']) grunt.task.run(['compile', 'pack:linux'])
break
} }
}) })