Whitespace and output formatting fixes

This commit is contained in:
Pim Otte 2017-02-21 09:48:58 +01:00 committed by AsamK
parent b0d7daeca2
commit 5845dad769
2 changed files with 8 additions and 8 deletions

View file

@ -582,7 +582,7 @@ class Manager implements Signal {
}
public List<GroupInfo> getGroups() {
return groupStore.getGroups();
return groupStore.getGroups();
}
@Override