mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +00:00
Fix formatting
This commit is contained in:
parent
0abad9a8f8
commit
197d80edbf
1 changed files with 1 additions and 1 deletions
|
@ -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]);
|
||||
|
|
Loading…
Reference in a new issue