aboutsummaryrefslogtreecommitdiff
path: root/bin/tests/snapshots/main__empty_let_in.snap
diff options
context:
space:
mode:
authorAkshay <[email protected]>2022-06-04 11:50:19 +0100
committerAkshay <[email protected]>2022-06-04 11:50:19 +0100
commit33490aa211fdd2b2292c396002123035e0b1fe54 (patch)
treef3bc82168492327b3306d178154dc5fa4d63cf52 /bin/tests/snapshots/main__empty_let_in.snap
parentd197ae112457f68728e3495498b8ae1b6d087db0 (diff)
do not raise empty-let when comments are presentfix/empty-let-in-comment
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