Format files using build_tools/style.fish

This commit is contained in:
Daniel Rainer
2025-06-06 17:33:49 +02:00
committed by Johannes Altmanninger
parent d18d414745
commit f0a54510c3
8 changed files with 48 additions and 48 deletions

View File

@@ -316,7 +316,7 @@ function fish_config --description "Launch fish's web based configuration"
if string match -qr '^tools/' -- $file
set content (status get-file $file)
else
read -z content < $file
read -z content <$file
end
printf %s\n $content | while read -lat toks