Merge pull request #145841 from l0b0/fix-indentation

Fix indentation
This commit is contained in:
Robert Hensing 2021-11-18 00:38:59 +01:00 committed by GitHub
commit 9005cb8835
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
30 changed files with 407 additions and 409 deletions

View file

@ -17,4 +17,3 @@ name="$2";
name=${name:-$(basename "$url")}
cached_output get_file "${name%%.*}" "$url" "${name#*.}"

View file

@ -16,4 +16,3 @@ cached_output () {
cat "cache-${ext//./-}/${basename}.${ext}";
}