Trim superfluous whitespace in docs

This commit is contained in:
Martin Hořeňovský
2022-10-17 15:02:45 +02:00
parent a07ac3f935
commit 6a422bae0b
12 changed files with 26 additions and 26 deletions

View File

@@ -33,7 +33,7 @@ public:
CATCH_REGISTER_LISTENER(testRunListener)
```
_Note that you should not use any assertion macros within a Listener!_
_Note that you should not use any assertion macros within a Listener!_
[You can find the list of events that the listeners can react to on its
own page](reporter-events.md#top).