Remove trailing whitespace

This commit is contained in:
Joseph T Lyons
2021-01-16 18:10:50 -05:00
parent 1be918f768
commit f58462f198
11 changed files with 20 additions and 28 deletions

View File

@@ -33,7 +33,7 @@ Know and understand the existing C++ standard algorithms and put them to use.
* See [cppreference](https://en.cppreference.com/w/cpp/algorithm)
* Watch [C++ Seasoning](https://www.youtube.com/watch?v=qH6sSOr-yk8)
Consider a call to `[]` as a potential code smell, indicating that an algorithm was not used where it could have been.