Fix code formatting

This commit is contained in:
James Graham
2022-12-14 16:07:30 +00:00
parent 1176cf029b
commit f475965cf7

View File

@@ -87,9 +87,7 @@ Item {
}
TapHandler {
acceptedButtons: Qt.LeftButton
onTapped: {
replyComponent.replyClicked()
}
onTapped: replyComponent.replyClicked()
}
}
@@ -107,9 +105,7 @@ Item {
TapHandler {
enabled: !hoveredLink
acceptedButtons: Qt.LeftButton
onTapped: {
replyComponent.replyClicked()
}
onTapped: replyComponent.replyClicked()
}
}
}