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

View File

@@ -10,7 +10,7 @@ simple to adapt for other platforms.
For best performance, you will need at least 256MB of RAM for
PostgreSQL and Rails. The memory requirement will grow as your
database gets bigger.
database gets bigger.
On production Danbooru uses PostgreSQL 9.4, but any 9.x release should
work.
@@ -41,7 +41,7 @@ debug your Nginx configuration file.
## Services
Danbooru employs numerous external services to delegate some
Danbooru employs numerous external services to delegate some
functionality.
For development purposes, you can just run mocked version of these
@@ -50,7 +50,7 @@ automatically using Foreman and the provided Procfile.
### Amazon Web Services
In order to enable the following features, you will need an AWS SQS
In order to enable the following features, you will need an AWS SQS
account:
* Pool versions
@@ -68,11 +68,11 @@ The following features requires a Google API account:
### IQDB Service
IQDB integration is delegated to the [IQDBS service](https://github.com/r888888888/iqdbs).
IQDB integration is delegated to the [IQDBS service](https://github.com/r888888888/iqdbs).
### Archive Service
In order to access versioned data for pools and posts you will
In order to access versioned data for pools and posts you will
need to install and configure the [Archives service](https://github.com/r888888888/archives).
### Reportbooru Service