Hi Ludo,

Ludovic Courtès <l...@gnu.org> writes:

> Hello,
>
> Maxim Cournoyer <maxim.courno...@gmail.com> skribis:
>
>> I recently stumbled on this indentation produced with guix style:
>>
>>     (arguments
>>      (list
>>            ;; Disable tests that use the network and non-free assets.
>>            #:test-flags #~(list "-m" "not external and not samples")))
>>
>>
>> While the conventional way would be to indent it as:
>>
>>     (arguments
>>      (list
>>       ;; Disable tests that use the network and non-free assets.
>>       #:test-flags #~(list "-m" "not external and not samples")))
>
> Fixed in 0a37921d851b94aef6900214098dc5bd62b46e26, thanks!

Awesome, that was quick!  I'll try to use it more regularly and reports
of any problematic behavior.

-- 
Thanks,
Maxim



Reply via email to