From 7540300857c02d523a60826c7194f92bdb25e1f4 Mon Sep 17 00:00:00 2001 From: surtur Date: Sat, 28 May 2022 16:54:45 +0200 Subject: [PATCH] chore(app): fmt --- xkcdreader/app.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xkcdreader/app.go b/xkcdreader/app.go index 718f99f..b8b5cff 100644 --- a/xkcdreader/app.go +++ b/xkcdreader/app.go @@ -114,7 +114,8 @@ func makeBrowseUI() *fyne.Container { layout.NewSpacer(), widget.NewButtonWithIcon("", theme.NavigateNextIcon(), func() { log.Println("Next comic") - })) + }), + ) browseUI := container.New( layout.NewVBoxLayout(),