Run qmlformat over everything
This commit is contained in:
@@ -32,7 +32,7 @@ Kirigami.ScrollablePage {
|
||||
id: roomDelegate
|
||||
filterText: ""
|
||||
onSelected: {
|
||||
root.chosen(roomDelegate.currentRoom.id)
|
||||
root.chosen(roomDelegate.currentRoom.id);
|
||||
}
|
||||
connection: root.connection
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user