diff options
Diffstat (limited to 'lib/ui/interfaces.go')
-rw-r--r-- | lib/ui/interfaces.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ui/interfaces.go b/lib/ui/interfaces.go index 8ed727cc..3f2f9509 100644 --- a/lib/ui/interfaces.go +++ b/lib/ui/interfaces.go @@ -30,7 +30,7 @@ type Interactive interface { } type Beeper interface { - OnBeep(func() error) + OnBeep(func()) } type DrawableInteractive interface { |