From 4105a374a3af6d557f3842d05bf3d68e03c0861a Mon Sep 17 00:00:00 2001 From: ItsLemmy Date: Fri, 24 Oct 2025 22:45:04 -0400 Subject: [PATCH] autofmt --- Services/IPCService.qml | 2 +- Services/PowerProfileService.qml | 2 +- shell.qml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Services/IPCService.qml b/Services/IPCService.qml index 168a57b5..f133eb5f 100644 --- a/Services/IPCService.qml +++ b/Services/IPCService.qml @@ -224,7 +224,7 @@ Item { IpcHandler { target: "powerProfile" function cycle() { - PowerProfileService.cycleProfile() + PowerProfileService.cycleProfile() } function set(mode: string) { diff --git a/Services/PowerProfileService.qml b/Services/PowerProfileService.qml index 55b65932..7a16b999 100644 --- a/Services/PowerProfileService.qml +++ b/Services/PowerProfileService.qml @@ -50,7 +50,7 @@ Singleton { } function init() { - Logger.d("PowerProfileService", "Service started") + Logger.d("PowerProfileService", "Service started") } function setProfile(p) { diff --git a/shell.qml b/shell.qml index 1bc65701..645b1578 100644 --- a/shell.qml +++ b/shell.qml @@ -91,8 +91,8 @@ ShellRoot { HooksService.init() BluetoothService.init() BatteryService.init() - IdleInhibitorService.init() - PowerProfileService.init() + IdleInhibitorService.init() + PowerProfileService.init() } Background {}