Skip to content

Commit

Permalink
use sorted dictionary for consistent order of queries
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielZuerrer committed Apr 26, 2024
1 parent 48de6f2 commit 6c2fd69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ public GenerateCommandHandler(IConsoleOutput output)
{
if (relayFormat)
{
var map = new Dictionary<string, string>();
var map = new SortedDictionary<string, string>();

foreach (var doc in result.Documents)
{
Expand Down

0 comments on commit 6c2fd69

Please sign in to comment.