Skip to content

Commit

Permalink
a bit of spacing
Browse files Browse the repository at this point in the history
marioortizmanero committed Feb 14, 2021
1 parent 1a92869 commit 21a5e5e
Showing 6 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/current_user_recently_played.rs
Original file line number Diff line number Diff line change
@@ -2,6 +2,7 @@ use rspotify::client::SpotifyBuilder;
use rspotify::oauth2::{CredentialsBuilder, OAuthBuilder};

use std::{collections::HashSet, iter::FromIterator};

#[tokio::main]
async fn main() {
// You can use any logger for debugging.
1 change: 1 addition & 0 deletions examples/oauth_tokens.rs
Original file line number Diff line number Diff line change
@@ -7,6 +7,7 @@
use rspotify::client::SpotifyBuilder;
use rspotify::oauth2::{CredentialsBuilder, OAuthBuilder};

use std::{collections::HashSet, iter::FromIterator};

#[tokio::main]
2 changes: 2 additions & 0 deletions examples/ureq/me.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
use rspotify::client::SpotifyBuilder;
use rspotify::oauth2::{CredentialsBuilder, OAuthBuilder};

use std::{collections::HashSet, iter::FromIterator};

fn main() {
// You can use any logger for debugging.
env_logger::init();
1 change: 1 addition & 0 deletions examples/ureq/search.rs
Original file line number Diff line number Diff line change
@@ -3,6 +3,7 @@ use rspotify::model::{Country, Market, SearchType};
use rspotify::oauth2::{CredentialsBuilder, OAuthBuilder};

use std::{collections::HashSet, iter::FromIterator};

fn main() {
// You can use any logger for debugging.
env_logger::init();
1 change: 1 addition & 0 deletions examples/ureq/seek_track.rs
Original file line number Diff line number Diff line change
@@ -2,6 +2,7 @@ use rspotify::client::SpotifyBuilder;
use rspotify::oauth2::{CredentialsBuilder, OAuthBuilder};

use std::{collections::HashSet, iter::FromIterator};

fn main() {
// You can use any logger for debugging.
env_logger::init();
1 change: 1 addition & 0 deletions examples/with_refresh_token.rs
Original file line number Diff line number Diff line change
@@ -17,6 +17,7 @@
use rspotify::client::{Spotify, SpotifyBuilder};
use rspotify::oauth2::{CredentialsBuilder, OAuthBuilder};

use std::{collections::HashSet, iter::FromIterator};

// Sample request that will follow some artists, print the user's

0 comments on commit 21a5e5e

Please sign in to comment.