From 60625da0672c66171766071f8cd79caa7af24730 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Mon, 26 May 2025 20:03:05 +0200 Subject: [PATCH] format --- .config/quickshell/services/AppSearch.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/quickshell/services/AppSearch.qml b/.config/quickshell/services/AppSearch.qml index 10a54f835..1178c95c5 100644 --- a/.config/quickshell/services/AppSearch.qml +++ b/.config/quickshell/services/AppSearch.qml @@ -23,6 +23,6 @@ Singleton { key: "name" }).map(r => { return r.obj.entry - }); + }); } }