diff options
| author | ยท๐๐ด๐๐๐ฉ๐ค | 2026-01-07 05:44:38 +0000 |
|---|---|---|
| committer | ยท๐๐ด๐๐๐ฉ๐ค | 2026-01-07 05:44:38 +0000 |
| commit | aed1a5c3a42b58c433db8bbf408404600b59782d (patch) | |
| tree | 284a5b5867466064df384594757587f05ca675a2 /lib | |
| parent | 4653685060e3ff8b608622b0137480be73f475fc (diff) | |
| download | nixtaml-aed1a5c3a42b58c433db8bbf408404600b59782d.tar nixtaml-aed1a5c3a42b58c433db8bbf408404600b59782d.tar.gz nixtaml-aed1a5c3a42b58c433db8bbf408404600b59782d.tar.bz2 nixtaml-aed1a5c3a42b58c433db8bbf408404600b59782d.tar.lz nixtaml-aed1a5c3a42b58c433db8bbf408404600b59782d.tar.xz nixtaml-aed1a5c3a42b58c433db8bbf408404600b59782d.tar.zst nixtaml-aed1a5c3a42b58c433db8bbf408404600b59782d.zip | |
lock loader: fix indentation
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/lock_loader.ml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/lock_loader.ml b/lib/lock_loader.ml index f50e102..c1648a0 100644 --- a/lib/lock_loader.ml +++ b/lib/lock_loader.ml @@ -169,7 +169,7 @@ let pp_body ~version (ppf : Format.formatter) () = if Features.has Features.file feats then Dynarray.add_last builtin_fetch_ifs ( Fmt.str "@[<v 1>%a@]" (list ~sep: (any "@.") string) [ - {| if k == 0 then|}; + {|if k == 0 then|}; {| builtin-fetch-url {|}; {| inherit name;|}; {| kind = builtins.elemAt input.kd 1;|}; @@ -198,7 +198,7 @@ let pp_body ~version (ppf : Format.formatter) () = {| }|}; ] ); - pf ppf "@[%a@]@." (list ~sep: (any "@.else ") string) (Dynarray.to_list builtin_fetch_ifs); + pf ppf "@[%a@]@." (list ~sep: (any "@. else ") string) (Dynarray.to_list builtin_fetch_ifs); Dynarray.clear builtin_fetch_ifs; pf ppf {| else@.|}; pf ppf {| throw "Unsupported input kind โ${builtins.toString k}โ.";@.|}; @@ -370,7 +370,7 @@ let pp_body ~version (ppf : Format.formatter) () = {| }|}; ] ); - pf ppf "@[%a@]@." (list ~sep: (any "@.else ") string) (Dynarray.to_list pkgs_fetch_ifs); + pf ppf "@[%a@]@." (list ~sep: (any "@. else ") string) (Dynarray.to_list pkgs_fetch_ifs); Dynarray.clear pkgs_fetch_ifs; pf ppf {| else@.|}; pf ppf {| throw "Unsupported input kind โ${builtins.toString k}โ.";@.|}; |
