From c21168a74181903535c63f49c5a6d3bd2052c883 Mon Sep 17 00:00:00 2001 From: Ophestra Umiker Date: Wed, 16 Oct 2024 14:38:57 +0900 Subject: system: move enablements from state package This removes the unnecessary import of the state package. Signed-off-by: Ophestra Umiker --- internal/system/dbus.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'internal/system/dbus.go') diff --git a/internal/system/dbus.go b/internal/system/dbus.go index 3e4a6e65..21b8cef7 100644 --- a/internal/system/dbus.go +++ b/internal/system/dbus.go @@ -7,7 +7,6 @@ import ( "git.ophivana.moe/cat/fortify/dbus" "git.ophivana.moe/cat/fortify/internal/fmsg" - "git.ophivana.moe/cat/fortify/internal/state" "git.ophivana.moe/cat/fortify/internal/verbose" ) @@ -69,7 +68,7 @@ type DBus struct { done chan struct{} } -func (d *DBus) Type() state.Enablement { +func (d *DBus) Type() Enablement { return Process } -- cgit v1.3.1