tests/minetest: Fix 'test-package*' indenting.

* tests/minetest.scm (Local Variables)[test-package*]: Set
  scheme-indent-function property to 1.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Maxime Devos 2021-09-07 13:03:12 +02:00 committed by Ludovic Courtès
parent 778c1fb4ea
commit 8d4c0e3104
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -353,3 +353,7 @@ (define-syntax-rule (test-package* test-case primary-arguments extra-arguments
(sort-packages (list x y z))))
(test-end "minetest")
;;; Local Variables:
;;; eval: (put 'test-package* 'scheme-indent-function 1)
;;; End: