clippy + fmt

This commit is contained in:
Toshit Chawda 2024-10-14 20:20:05 -07:00
parent b31a28a35b
commit 0cc7115c48
No known key found for this signature in database
GPG key ID: 91480ED99E2B3D9D
3 changed files with 6 additions and 6 deletions

View file

@ -110,7 +110,7 @@ fn encode_string(s: String) -> String {
fn dorewrite(source_text: &str) -> String {
from_utf8(
rewrite(
&source_text,
source_text,
Url::from_str("https://google.com/glorngle/si.js").unwrap(),
Config {
prefix: "/scrammedjet/".to_string(),