mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
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:
parent
778c1fb4ea
commit
8d4c0e3104
1 changed files with 4 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue