Skip to content

Commit 3f0db8a

Browse files
committed
gofmt
1 parent 1ba75f0 commit 3f0db8a

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
@@ -361,7 +361,7 @@ func (app *App) withAppPlayer(ctx context.Context, appPlayerFunc func(context.Co
361361
}
362362

363363
type Config struct {
364-
CacheDir string `koanf:"cache"`
364+
CacheDir string `koanf:"cache"`
365365
ConfigPath string `koanf:"config"`
366366

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

0 commit comments

Comments
 (0)