Skip to content

Commit 340470c

Browse files
Fix lint
1 parent a6d6afe commit 340470c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ fn check_empty_profile(profile: &Profile) -> Result<()> {
454454
async fn check_internet() -> Result<()> {
455455
let client = reqwest::Client::default();
456456
client
457-
.get(&*ferinth::BASE_URL.as_ref())
457+
.get(ferinth::BASE_URL.as_ref())
458458
.send()
459459
.await?
460460
.error_for_status()?;

0 commit comments

Comments
 (0)