Skip to content

Commit

Permalink
run gofumpt
Browse files Browse the repository at this point in the history
  • Loading branch information
aler9 committed Dec 15, 2024
1 parent cf96038 commit 7c020fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion endpoint_serial.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ var serialOpenFunc = func(device string, baud int) (io.ReadWriteCloser, error) {
DataBits: 8,
StopBits: serial.OneStopBit,
})

if err != nil {
return nil, err
}
Expand Down

0 comments on commit 7c020fd

Please sign in to comment.