aboutsummaryrefslogtreecommitdiff
path: root/bin/tests/snapshots/main__empty_let_in.snap
diff options
context:
space:
mode:
Diffstat (limited to 'bin/tests/snapshots/main__empty_let_in.snap')
-rw-r--r--bin/tests/snapshots/main__empty_let_in.snap10
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/tests/snapshots/main__empty_let_in.snap b/bin/tests/snapshots/main__empty_let_in.snap
index 426692f..df0911d 100644
--- a/bin/tests/snapshots/main__empty_let_in.snap
+++ b/bin/tests/snapshots/main__empty_let_in.snap
@@ -4,11 +4,11 @@ expression: "&out"
4 4
5--- 5---
6[W02] Warning: Useless let-in expression 6[W02] Warning: Useless let-in expression
7 ╭─[data/empty_let_in.nix:1:1] 7 ╭─[data/empty_let_in.nix:3:5]
8 8
9 1 │ ╭─▶ let 9 3 │ ╭─▶ let
10 3 │ ├─▶ null 10 5 │ ├─▶ null
11 · │ 11 · │
12 · ╰──────────── This let-in expression has no entries 12 · ╰────────────── This let-in expression has no entries
13───╯ 13───╯
14 14