Skip to content

Commit

Permalink
changed default ordering in compareJson
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierr committed Jul 17, 2024
1 parent 405590f commit 8ef8c9a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Utilities/JsonUtils/compareJson.m
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@

flatjsonboth = vertcat(flatjsoncommon, flatjsondifferent, flatjsonmissing);

[~, ia] = sort(flatjsonboth(:, 1));
flatjsonboth = flatjsonboth(ia, :);

flatjsonviewer = FlatJsonViewer(flatjsonboth);

end
Expand Down

0 comments on commit 8ef8c9a

Please sign in to comment.