Removed unnecessary space

This commit is contained in:
David Howden 2015-05-24 12:20:51 +10:00
parent 7d23e28e65
commit 5da0ca1f03

View File

@ -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