diff options
Diffstat (limited to 'bin/tests/data')
-rw-r--r-- | bin/tests/data/empty_let_in.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/tests/data/empty_let_in.nix b/bin/tests/data/empty_let_in.nix index 54fee2a..6b916d9 100644 --- a/bin/tests/data/empty_let_in.nix +++ b/bin/tests/data/empty_let_in.nix | |||
@@ -6,7 +6,8 @@ | |||
6 | ) | 6 | ) |
7 | ( | 7 | ( |
8 | let | 8 | let |
9 | # don't match this, we have a comment | 9 | # don't fix this, we have a comment |
10 | # raise the lint though | ||
10 | in | 11 | in |
11 | null | 12 | null |
12 | ) | 13 | ) |