Remove trailing space characters

Trailing space characters do nothing except take up disk space, they should be removed
This commit is contained in:
Aaron Franke
2020-10-04 05:15:02 -04:00
parent 191b528ad7
commit 6cdafdf136
19 changed files with 41 additions and 41 deletions

2
.env
View File

@@ -35,7 +35,7 @@
# Put these in .env.production or .env.development to define your dev/prod
# databases. Do not define it in .env or .env.local! It will be taken as your
# test database too, and rails will wipe it if you run the test suite.
#
#
# If you are connecting to PostgreSQL via socket, omit the hostname (e.g.
# postgresql:///danbooru2)
# export DATABASE_URL="postgresql://localhost/danbooru2"