style: format

This commit is contained in:
talksik
2025-04-12 17:21:20 -07:00
parent 15f36909b3
commit 9dc3022120
2 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ Text {
font.underline: true
color: "blue"
signal clicked()
signal clicked
MouseArea {
id: mouseArea
+1 -1
View File
@@ -109,7 +109,7 @@ AppWindow {
AppLink {
text: "flowy.live"
onClicked: {
Qt.openUrlExternally("https://flowy.live")
Qt.openUrlExternally("https://flowy.live");
}
}