From 4011a4cff5f48d0d497d604bd2e7c2fc82f6fb1b Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 5 Apr 2018 21:55:34 -0700 Subject: [PATCH] Fix comment test --- data/let-comments-multiline.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/data/let-comments-multiline.nix b/data/let-comments-multiline.nix index 1f54a41..ecc38af 100644 --- a/data/let-comments-multiline.nix +++ b/data/let-comments-multiline.nix @@ -4,10 +4,9 @@ let /* we can also nest these comments */ /* */ - */ b.c = { e = {}; }; /* just some more comments */ b.c.e.f = 4; /* this file is documented really well */ -in b /* todo */ \ No newline at end of file +in b /* todo */