Skip to content

Commit

Permalink
fixed indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Peikert authored and Thomas Peikert committed Aug 26, 2014
1 parent 05e1468 commit bb10e77
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/reporters/checkstyle.js
Expand Up @@ -47,13 +47,13 @@ module.exports =
case 'I':
severity = 'info';
break;
case 'W':
case 'W':
severity = 'warning';
break;
case 'E':
severity = 'error';
break;
}
break;
case 'E':
severity = 'error';
break;
}

// Add the error
files[result.file].push({
Expand Down

0 comments on commit bb10e77

Please sign in to comment.