chore: remove comments formerly meant for alignment
/**/ is a nice way to align if statements which doesn't work with nixpkgs-fmt, since it'll reflow the comment to the line preceding the if. Consequently, we can delete these comments now. Change-Id: Ifa5327f846a903e07607b21f8eedbc32fc36f758 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8689 Reviewed-by: sterni <sternenseemann@systemli.org> Autosubmit: sterni <sternenseemann@systemli.org> Tested-by: BuildkiteCI
This commit is contained in:
parent
2b0b4cadbd
commit
830bc9961a
3 changed files with 0 additions and 3 deletions
|
@ -87,7 +87,6 @@ let
|
|||
({ out ? "", argIndex ? 0 }: token: {
|
||||
argIndex = argIndex + (if specifierWithArg token then 1 else 0);
|
||||
out =
|
||||
/**/
|
||||
if token == "%s" then out + builtins.elemAt args argIndex
|
||||
else if token == "%%" then out + "%"
|
||||
else if isSpecifier token then throw "Unsupported format specifier ${token}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue