Skip to content

Commit

Permalink
Fix exercize code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
blablatdinov authored Sep 13, 2024
1 parent 017547f commit 8347846
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions modules/90-loops/450-mutators/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ public static String makeItFunny(String str, int n) {
} else {
result = result + current;
}
i++;
}
i++;
}

return result;
// END
}
return result;
// END
}
}

0 comments on commit 8347846

Please sign in to comment.