Skip to content

Commit

Permalink
Sort record ids in parse_record_ids_from_entries
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminwinger committed Feb 10, 2021
1 parent e1a9eab commit 1022e22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -536,6 +536,7 @@ fn parse_record_ids_from_entries(game_id: GameId, entries: &[PluginEntry]) -> Re
_ => unimplemented!(),
}
}
record_ids.sort();
record_ids.into()
}

Expand Down

0 comments on commit 1022e22

Please sign in to comment.