Whitespace fix

pull/15/head
Wojciech Szarmach 2016-05-24 10:54:31 +02:00
parent 21092fc647
commit 428ca84613
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ public class DefaultConnection implements Connection {
String line = reader.readLine();
while (line != null) {
sb.append(line);
sb.append(line);
line = reader.readLine();
}
}