me
/
guix
Archived
1
0
Fork 0

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>
master
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
1 changed files with 4 additions and 0 deletions

View File

@ -353,3 +353,7 @@ during a dynamic extent where that package is available on ContentDB."
(sort-packages (list x y z))))
(test-end "minetest")
;;; Local Variables:
;;; eval: (put 'test-package* 'scheme-indent-function 1)
;;; End: