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();
|
String line = reader.readLine();
|
||||||
|
|
||||||
while (line != null) {
|
while (line != null) {
|
||||||
sb.append(line);
|
sb.append(line);
|
||||||
line = reader.readLine();
|
line = reader.readLine();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue