mirror of https://github.com/shred/acme4j
Whitespace fix
parent
21092fc647
commit
428ca84613
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue