format using qmlformat
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 12s
Python / lint-format (pull_request) Successful in 20s
Python / test (pull_request) Successful in 51s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m5s

This commit is contained in:
2026-06-01 23:59:07 +02:00
parent 7da2c7827a
commit ad2ee99d9c
+2 -4
View File
@@ -2,10 +2,9 @@ import Quickshell
import ZShell
Scope {
id: root
id: root
required property var lock
required property var lock
Connections {
function onLidClosing(): void {
@@ -14,5 +13,4 @@ Scope {
target: LidWatcher
}
}