Bruce Marriner hace 7 años
padre
commit
1c4ea6df04
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      user.go

+ 2 - 2
user.go

@@ -39,9 +39,9 @@ func (u *User) AvatarURL(size string) string {
 	} else {
 		URL = EndpointUserAvatar(u.ID, u.Avatar)
 	}
-	
+
 	if size != "" {
-		return URL + "?size=" + size	
+		return URL + "?size=" + size
 	}
 	return URL
 }