Skip to content

Commit

Permalink
Update UnityConfigurationGuide.md
Browse files Browse the repository at this point in the history
Add semi-colon to configuration :)
  • Loading branch information
farrrb committed Feb 26, 2021
1 parent 74cde08 commit 66cec22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/UnityConfigurationGuide.md
Expand Up @@ -379,7 +379,7 @@ system. Feel free to override this and to make it whatever you wish.

_Example:_
```C
#define UNITY_PRINT_EOL { UNITY_OUTPUT_CHAR('\r'); UNITY_OUTPUT_CHAR('\n') }
#define UNITY_PRINT_EOL { UNITY_OUTPUT_CHAR('\r'); UNITY_OUTPUT_CHAR('\n'); }
```
Expand Down

0 comments on commit 66cec22

Please sign in to comment.