Skip to content

Commit e349458

Browse files
added missing newline to make github stop complaining
1 parent 69e3169 commit e349458

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ The Firmata test suite includes unit tests (see the unit directory). Integration
44
tests may also be added at some point in the future.
55

66
If you make changes to Firmata.cpp, run the tests in /test/unit/ to ensure
7-
that your changes have not produced any unexpected errors.
7+
that your changes have not produced any unexpected errors.

test/unit/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ Unit tests are written using the [ArduinoUnit](https://github.com/mmurdoch/ardui
55
Follow the instructions in the [ArduinoUnit readme](https://github.com/mmurdoch/arduinounit/blob/master/readme.md) to install the library.
66

77
Compile and upload the test sketch as you would any other sketch. Then open the
8-
Serial Monitor to view the test results.
8+
Serial Monitor to view the test results.

0 commit comments

Comments
 (0)