From 5da0ca1f03022b5feb50938642a315f78325d26d Mon Sep 17 00:00:00 2001 From: David Howden Date: Sun, 24 May 2015 12:20:51 +1000 Subject: [PATCH] Removed unnecessary space --- id3v2frames.go | 1 - 1 file changed, 1 deletion(-) diff --git a/id3v2frames.go b/id3v2frames.go index c461c56..f3d915b 100644 --- a/id3v2frames.go +++ b/id3v2frames.go @@ -125,7 +125,6 @@ func decodeUTF16(b []byte, bo binary.ByteOrder) string { // Comm is a type used in COMM, UFID, TXXX, WXXX and USLT tag. // It's a text with a description and a specified language // For WXXX, TXXX and UFID, we don't set a Language - type Comm struct { Language string Description string