Reformat nix files
1 file changed, 2 insertions(+), 2 deletions(-)
changed files
M user/settings/satoshipay.nix → user/settings/satoshipay.nix
@@ -76,8 +76,8 @@ }; initExtra = '' if [[ -n $commands[helm] ]] then - autoload _helm - compdef _helm helm + autoload _helm + compdef _helm helm fi ''; };