Skip to content

Commit 76b117b

Browse files
committed
gofmt
1 parent 227ba06 commit 76b117b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/daemon/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ func (app *App) withAppPlayer(ctx context.Context, appPlayerFunc func(context.Co
380380
}
381381

382382
type Config struct {
383-
CacheDir string `koanf:"cache"`
383+
CacheDir string `koanf:"cache"`
384384
ConfigPath string `koanf:"config"`
385385

386386
// We need to keep this object around, otherwise it gets GC'd and the

0 commit comments

Comments
 (0)