From 5c1f2517a9ccabddc155b4ffb6eb82d3465d527b Mon Sep 17 00:00:00 2001 From: xengineering Date: Tue, 8 Oct 2024 20:13:51 +0200 Subject: Apply go fmt --- main.go | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/main.go b/main.go index e67e20d..047769c 100644 --- a/main.go +++ b/main.go @@ -38,14 +38,14 @@ func main() { type State struct { sync.Mutex - Config Config - Theme *material.Theme - IsPlaying bool - Title string - UrlSelector widget.Enum - PlayPauseButton widget.Clickable - PlayerContext context.Context - PlayerCancel context.CancelFunc + Config Config + Theme *material.Theme + IsPlaying bool + Title string + UrlSelector widget.Enum + PlayPauseButton widget.Clickable + PlayerContext context.Context + PlayerCancel context.CancelFunc } type Ui struct { -- cgit v1.2.3-70-g09d2