This commit is contained in:
Shelvacu
2025-07-01 15:57:30 -07:00
committed by Shelvacu on fw
parent 42d5b3a3a5
commit 2d092244ef

View File

@@ -52,7 +52,7 @@ fn alternate_caps(old_s: &str) -> String {
}
new_s.push_str(&new_cluster);
}
return new_s;
new_s
}
#[cfg(test)]