diff options
Diffstat (limited to 'internal/system/dbus.go')
| -rw-r--r-- | internal/system/dbus.go | 3 |
1 files changed, 1 insertions, 2 deletions
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 } |
