Skip to content

Commit

Permalink
style: format file
Browse files Browse the repository at this point in the history
  • Loading branch information
heueristik committed Sep 3, 2024
1 parent 4c39b23 commit c90df22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KeyValueStorage/SetKey.juvix
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module SetKey;

import Stdlib.Prelude open;

main : Pair (List String) Nat := (["August"; "Water"; "Miki"], 1);
main : Pair (List String) Nat := ["August"; "Water"; "Miki"], 1;

0 comments on commit c90df22

Please sign in to comment.