Skip to content

Commit

Permalink
Trivial cosmetic fix to Poly/ML configuration output
Browse files Browse the repository at this point in the history
  • Loading branch information
someplaceguy authored and mn200 committed Oct 29, 2023
1 parent 117737b commit 5196d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools-poly/smart-configure.sml
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ fun optverdict (prompt, optvalue) =

fun dfltverdict (prompt, (value, dflt)) =
if dflt then value
else (print (StringCvt.padRight #" " 20 (prompt ^ ":") ^ value); value);
else (print (StringCvt.padRight #" " 20 (prompt ^ ":") ^ value ^ "\n"); value);

verdict ("OS", OS);
verdict ("poly", poly);
Expand Down

0 comments on commit 5196d64

Please sign in to comment.