Skip to content

Commit

Permalink
Merge pull request #153 from dmlloyd/logmgr-152-break
Browse files Browse the repository at this point in the history
[LOGMGR-152] Add missing break
  • Loading branch information
jamezp authored Nov 10, 2017
2 parents 490e48f + 4a0a5ac commit a3e2ab6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ public static FormatStep[] getSteps(final String formatString, ColorMap colors)
}
case 'i': {
stepList.add(Formatters.processIdFormatStep(leftJustify, minimumWidth, truncateBeginning, maximumWidth));
break;
}
case 'k': {
stepList.add(Formatters.resourceKeyFormatStep(leftJustify, minimumWidth, truncateBeginning, maximumWidth));
Expand Down

0 comments on commit a3e2ab6

Please sign in to comment.