Skip to content

Commit 9f36a79

Browse files
committed
fmt
1 parent 30c7448 commit 9f36a79

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

templates/ci/modules/tests/readme/hello-world.nix

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,14 @@ let
1010
inherit (ned) run st ctx-d;
1111

1212
# language contextual drivers
13-
en-d = ctx-d { hello = "hello"; world = "world"; };
14-
sp-d = ctx-d { hello = "hola"; world = "mundo"; };
13+
en-d = ctx-d {
14+
hello = "hello";
15+
world = "world";
16+
};
17+
sp-d = ctx-d {
18+
hello = "hola";
19+
world = "mundo";
20+
};
1521

1622
# stream of contextual computations
1723
comp-s = middle: st ({ hello }: hello) middle ({ world }: world) ({ hello }: hello);

0 commit comments

Comments
 (0)