Reformat code

This commit is contained in:
AsamK 2023-06-05 19:30:18 +02:00
parent a96c4938b1
commit 4f8da7819e
4 changed files with 27 additions and 28 deletions

View file

@ -139,7 +139,7 @@ public interface Signal extends DBusInterface {
DBusPath getDevice(long deviceId);
public DBusPath getIdentity(String number);
public List<StructIdentity> listIdentities();
List<StructDevice> listDevices() throws Error.Failure;