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 Apr 23, 2020
1 parent 4947705 commit b1e0f08
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 @@ -540,6 +540,7 @@ fn parse_record_ids_from_entries(game_id: GameId, entries: &Vec<PluginEntry>) ->
_ => unimplemented!(),
}
}
record_ids.sort();
record_ids.into()
}

Expand Down

0 comments on commit b1e0f08

Please sign in to comment.