Skip to content

Commit

Permalink
Fix whitespace blemish
Browse files Browse the repository at this point in the history
  • Loading branch information
paladine committed Jul 31, 2020
1 parent e1d8b03 commit 1d5a968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/com/jeffreys/telnet/IACFilter.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public void accept(byte[] data, Integer length) {
for (int i = 0; i < length; ++i) {
accept(data[i]);
}

flush();
}

Expand Down

0 comments on commit 1d5a968

Please sign in to comment.