Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
theRookieCoder committed Aug 6, 2023
1 parent a6d6afe commit 340470c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ fn check_empty_profile(profile: &Profile) -> Result<()> {
async fn check_internet() -> Result<()> {
let client = reqwest::Client::default();
client
.get(&*ferinth::BASE_URL.as_ref())
.get(ferinth::BASE_URL.as_ref())
.send()
.await?
.error_for_status()?;
Expand Down

0 comments on commit 340470c

Please sign in to comment.