Skip to content

Commit 81a2809

Browse files
committed
Apply updated nixfmt
1 parent 233bd25 commit 81a2809

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/manual/generate-store-types.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ let
2424
in
2525
concatStringsSep "\n" (map showEntry storesList);
2626

27-
"index.md" =
28-
replaceStrings [ "@store-types@" ] [ index ]
29-
(readFile ./source/store/types/index.md.in);
27+
"index.md" = replaceStrings [ "@store-types@" ] [ index ] (
28+
readFile ./source/store/types/index.md.in
29+
);
3030

3131
tableOfContents =
3232
let

0 commit comments

Comments
 (0)