Autoformat
This commit is contained in:
parent
54c5704133
commit
6ae9f6b6a0
2 changed files with 9 additions and 5 deletions
|
@ -74,7 +74,11 @@ pub fn list_playlists<T>(owner: &str, db: &T) -> Result<Vec<String>>
|
|||
}
|
||||
}
|
||||
|
||||
pub fn save_playlist<T>(playlist_name: &str, owner: &str, content: &Vec<String>, db: &T) -> Result<()>
|
||||
pub fn save_playlist<T>(playlist_name: &str,
|
||||
owner: &str,
|
||||
content: &Vec<String>,
|
||||
db: &T)
|
||||
-> Result<()>
|
||||
where T: ConnectionSource + VFSSource
|
||||
{
|
||||
let user: User;
|
||||
|
|
Loading…
Add table
Reference in a new issue