Removing space at the end of a line.

This commit is contained in:
David Jones 2013-07-02 09:46:21 +01:00
parent 17b4629ba5
commit 8913cbc195
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ and directories have special meanings.
Directories are processed in a depth-first order. When a particular directory
is processed, `setup_dir` is run before everything else in the directory, including
subdirectories. `teardown_dir` is run after everything else in the directory.
subdirectories. `teardown_dir` is run after everything else in the directory.
A directory's `setup` file, if it exists, is run right before each test file
within the particular directory, and the `teardown` file is run right after.