diff options
author | Jonas Chevalier <zimbatm@zimbatm.com> | 2024-09-30 16:10:32 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@localhost> | 2024-09-30 16:10:32 +0000 |
commit | a16ceb9411c57993d811c6bebb517742fe3d34e3 (patch) | |
tree | a3570018ce062afe1684702308d3359f48759a85 /tests/functional/fmt.simple.sh | |
parent | aa33c34c9be074c9452976aa96d71091325c83ea (diff) | |
parent | 2265536e853437dc1f36f9c7a20eb2ebeac6ecaa (diff) |
Merge "fix(nix fmt): remove the default "." argument" into main
Diffstat (limited to 'tests/functional/fmt.simple.sh')
-rwxr-xr-x | tests/functional/fmt.simple.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/fmt.simple.sh b/tests/functional/fmt.simple.sh index 03109a655..f655846ca 100755 --- a/tests/functional/fmt.simple.sh +++ b/tests/functional/fmt.simple.sh @@ -1,3 +1,3 @@ #!/usr/bin/env bash -echo Formatting: "${@}" +echo "Formatting(${#}):" "${@}" |