From 0d3f66436dd3048ff3c796d2441fd60691c13c1a Mon Sep 17 00:00:00 2001 From: r4 Date: Mon, 21 Jun 2021 20:40:00 +0200 Subject: [PATCH] gofmt --- main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index ba5fa6b..354bfa6 100644 --- a/main.go +++ b/main.go @@ -24,8 +24,8 @@ const ( var ( nTracksRecorded int // Number of recorded tracks. - limitTracks bool - maxTracks int + limitTracks bool + maxTracks int ) func usage(arg0 string, exitStatus int) {