Adding more multi-target upload code and formatted code

This commit is contained in:
kdeng00
2024-06-01 21:18:25 -04:00
parent d9cc4818a2
commit ea24782a04
3 changed files with 87 additions and 13 deletions
+1
View File
@@ -35,6 +35,7 @@ impl Checks {
for c in container.chars() {
if func(&c, item) {
index += 1;
break;
}