mirror of
https://github.com/AsamK/signal-cli.git
synced 2026-02-21 23:13:34 +00:00
Fix missing bracket
This commit is contained in:
parent
b81a83eec5
commit
08f6dbae05
@ -54,6 +54,7 @@ public class JsonRpcDispatcherCommand implements LocalCommand {
|
||||
|
||||
final var handler = new SignalJsonRpcDispatcherHandler(m, jsonOutputWriter, lineSupplier);
|
||||
handler.handleConnection();
|
||||
}
|
||||
|
||||
private Supplier<String> getLineSupplier(final Reader reader) {
|
||||
final var bufferedReader = new BufferedReader(reader);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user