diff options
author | Jacob Schatz <jschatz1@gmail.com> | 2017-12-20 15:48:45 -0500 |
---|---|---|
committer | Jacob Schatz <jschatz1@gmail.com> | 2017-12-20 15:48:45 -0500 |
commit | b3b7d12496fda8680a8764701107e819d253fb86 (patch) | |
tree | 4b81b597dd7ec4d91e65ac52d346eead76f16167 /scripts/pre-commit | |
parent | 6f45cbd197b055c1ac18b32fa612b1b462f631b0 (diff) | |
download | gitlab-ce-b3b7d12496fda8680a8764701107e819d253fb86.tar.gz |
Add changelog and newlines
Diffstat (limited to 'scripts/pre-commit')
-rw-r--r-- | scripts/pre-commit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/pre-commit b/scripts/pre-commit index 210e349fe64..380cc8d9022 100644 --- a/scripts/pre-commit +++ b/scripts/pre-commit @@ -8,4 +8,4 @@ echo "$jsfiles" | xargs ./node_modules/.bin/prettier --write # Add back the modified/prettified files to staging echo "$jsfiles" | xargs git add -exit 0
\ No newline at end of file +exit 0 |