Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Geometrically committed Sep 30, 2024
1 parent 63399df commit 4046c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/app/src/api/ads.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pub struct AdsState {
pub malicious_origins: HashSet<String>,
}

const AD_LINK: &'static str = "https://modrinth.com/wrapper/app-ads-cookie";
const AD_LINK: &str = "https://modrinth.com/wrapper/app-ads-cookie";

pub fn init<R: Runtime>() -> TauriPlugin<R> {
tauri::plugin::Builder::<R>::new("ads")
Expand Down

0 comments on commit 4046c7f

Please sign in to comment.