Skip to content

Commit

Permalink
Fix bad indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Jan 13, 2017
1 parent e618606 commit bd37774
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ public String readLine(String prompt, String rightPrompt, Character mask, String

display = new Display(terminal, false);
if (size.getRows() == 0 || size.getColumns() == 0) {
display.resize(1, Integer.MAX_VALUE);
display.resize(1, Integer.MAX_VALUE);
} else {
display.resize(size.getRows(), size.getColumns());
}
Expand Down

0 comments on commit bd37774

Please sign in to comment.