Skip to content

Commit

Permalink
style: format code
Browse files Browse the repository at this point in the history
  • Loading branch information
talwat committed Oct 2, 2023
1 parent 971ce70 commit 45c4777
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ fn main() {
let (width, height, sprites) =
get_sprites(&mut pokemons, args.shiny, args.female, &form, &list);
let combined = combine_sprites(width, height, &sprites);

if !args.hide_name {
eprintln!(
"{}\n",
Expand Down
2 changes: 1 addition & 1 deletion src/sprites.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ pub fn combine_sprites(

/// Loops through all the pokemon specified in the args and returns a vector of images.
/// This will also format the names properly.
///
///
/// Mutable access to `pokemons` is required to edit the names of random pokemon so they can be displayed.
pub fn get_sprites(
pokemons: &mut [String],
Expand Down

0 comments on commit 45c4777

Please sign in to comment.