Skip to content
Snippets Groups Projects
Commit d964dc8e authored by Valentin Perrelle's avatar Valentin Perrelle Committed by Andre Maroneze
Browse files

[kernel] sort fields of dumped configuration

parent 61964854
No related branches found
No related tags found
No related merge requests found
...@@ -77,7 +77,7 @@ let dump_to_json () = ...@@ -77,7 +77,7 @@ let dump_to_json () =
let dump_to_stdout () = let dump_to_stdout () =
let json = dump_to_json () in let json = dump_to_json () in
Yojson.Basic.pretty_to_channel stdout json Yojson.Basic.(pretty_to_channel stdout (sort json))
let () = let () =
let action () = let action () =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment