style: fix lint warning in exit-codes.js (#499)

The lint complained that there were two consequent empty lines.

Signed-off-by: Juan Cruz Viotti <jviottidc@gmail.com>
This commit is contained in:
Juan Cruz Viotti 2016-06-22 10:40:10 -04:00 committed by GitHub
parent b02620c835
commit 1e3db916e6

View File

@ -63,5 +63,4 @@ module.exports = {
*/
CANCELLED: 3
};