mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
Reformat project
This commit is contained in:
parent
4f2261e86f
commit
591c0fe8a3
51 changed files with 579 additions and 335 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue