diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2011-07-26 15:35:50 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2011-07-26 15:35:50 +0100 |
commit | dc69d7b10e379af276aa5b959a4ab210155f19ad (patch) | |
tree | ab65c2ff77c1b2a75dd488931081d2c5df46df1a | |
parent | c5fa30af70581c5b7e2e6f0fab7e06f615fb69f2 (diff) |
YAML wants a newline at the end of a file
-rw-r--r-- | config/general.yml-example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/general.yml-example b/config/general.yml-example index fb2afd336..815443094 100644 --- a/config/general.yml-example +++ b/config/general.yml-example @@ -92,4 +92,4 @@ RECAPTCHA_PRIVATE_KEY: 'x' # request (Linux only). Since Ruby never returns memory to the OS, if the # existing process previously served a larger request, this won't # show any consumption for the later request. -DEBUG_RECORD_MEMORY: false
\ No newline at end of file +DEBUG_RECORD_MEMORY: false |