Explorar o código

Fix formatting

Sasha Hilton %!s(int64=7) %!d(string=hai) anos
pai
achega
197d80edbf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      core/src/spotify_id.rs

+ 1 - 1
core/src/spotify_id.rs

@@ -50,7 +50,7 @@ impl SpotifyId {
 
     pub fn from_raw(data: &[u8]) -> Result<SpotifyId, SpotifyIdError> {
         if data.len() != 16 {
-            return Err(SpotifyIdError)
+            return Err(SpotifyIdError);
         };
 
         let high = BigEndian::read_u64(&data[0..8]);