mirror of
https://github.com/aljazceru/signal-cli.git
synced 2026-01-29 10:34:21 +01:00
Reformat project
This commit is contained in:
@@ -45,8 +45,7 @@ public class DbusSignalImpl implements Signal {
|
||||
}
|
||||
|
||||
private static void checkSendMessageResults(
|
||||
long timestamp,
|
||||
List<SendMessageResult> results
|
||||
long timestamp, List<SendMessageResult> results
|
||||
) throws DBusExecutionException {
|
||||
List<String> errors = ErrorUtils.getErrorMessagesFromSendMessageResults(results);
|
||||
if (errors.size() == 0) {
|
||||
|
||||
Reference in New Issue
Block a user