Skip to content

Commit

Permalink
Fix the indentation of a multiline string
Browse files Browse the repository at this point in the history
Got bitten by tweag/topiary#654 once again

Co-authored-by: Yann Hamdaoui <yann.hamdaoui@gmail.com>
  • Loading branch information
thufschmitt and yannham authored Jun 25, 2024
1 parent a928139 commit 2ad25d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/files.ncl
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ let regenerate_files | Files -> nix.derivation.Derivation = fun files_to_generat
if filegen_hook.enable then
{
filegen_hook = nix-s%"
%{regenerate_files files}/bin/regenerate-files
"%
%{regenerate_files files}/bin/regenerate-files
"%
}
else
{},
Expand Down

0 comments on commit 2ad25d1

Please sign in to comment.