about summary refs log tree commit diff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorFlorian Berger <fbergr@gmail.com>2016-03-13 21:57:24 +0200
committerFlorian Berger <fbergr@gmail.com>2016-03-22 19:31:39 +0200
commitccafdae9a11925cbc79c6ea4446688ef71bae1a1 (patch)
treebd9382e5c2c0a08e649dcbf1c5f39bb8978b5fdb /CONTRIBUTING.md
parentc7bdfd4442f0bde3412f08336f75b9eabff4a938 (diff)
downloadrust-ccafdae9a11925cbc79c6ea4446688ef71bae1a1.tar.gz
rust-ccafdae9a11925cbc79c6ea4446688ef71bae1a1.zip
Remove trailing whitespace at the end of lines
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 609bf03fb6c..8f721709b9f 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -132,8 +132,8 @@ Some common make targets are:
 - `make check-stage1-std NO_REBUILD=1` - test the standard library without
   rebuilding the entire compiler
 - `make check TESTNAME=<substring-of-test-name>` - Run a matching set of tests.
-  - `TESTNAME` should be a substring of the tests to match against e.g. it could 
-    be the fully qualified test name, or just a part of it. 
+  - `TESTNAME` should be a substring of the tests to match against e.g. it could
+    be the fully qualified test name, or just a part of it.
     `TESTNAME=collections::hash::map::test_map::test_capacity_not_less_than_len`
     or `TESTNAME=test_capacity_not_less_than_len`.
 - `make check-stage1-rpass TESTNAME=<substring-of-test-name>` - Run a single