mirror of
https://github.com/aljazceru/signal-cli.git
synced 2025-12-19 23:24:24 +01:00
Reformat code
This commit is contained in:
@@ -51,7 +51,9 @@ public interface Signal extends DBusInterface {
|
||||
|
||||
boolean isRegistered();
|
||||
|
||||
void updateProfile(String name,String about,String aboutEmoji,String avatarPath,boolean removeAvatar) throws Error.Failure;
|
||||
void updateProfile(
|
||||
String name, String about, String aboutEmoji, String avatarPath, boolean removeAvatar
|
||||
) throws Error.Failure;
|
||||
|
||||
class MessageReceived extends DBusSignal {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user