Fix extra or missing newlines at end of file in our fish scripts

New fish_indent does that too, so this will make any future reformatting
diffs smaller.

Done using either of:

	perl -pi -e 'undef $/; s/\n*$/\n/' share/**.fish
	kak -n -f '<a-/>\n*<ret>d' share/**.fish
This commit is contained in:
Johannes Altmanninger
2020-08-09 12:50:21 +02:00
parent 918c62863e
commit 9c327b19a6
166 changed files with 6 additions and 180 deletions

View File

@@ -13,4 +13,3 @@ function __fish_is_first_token -d 'Test if no non-switch argument has been speci
end
return 0
end