removed empty line

Co-authored-by: Cristian Maglie <c.maglie@bug.st>
This commit is contained in:
Lukas Becker
2020-05-08 13:38:56 +02:00
committed by Cristian Maglie
parent f88d900804
commit b0154211af

View File

@@ -58,7 +58,6 @@ func Example_sendAndReceive() {
n, err := port.Read(buff)
if err != nil {
log.Fatal(err)
}
if n == 0 {
fmt.Println("\nEOF")