Skip to content

Commit

Permalink
Fix lint spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacov committed Apr 1, 2017
1 parent dc09704 commit 9048c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/simple.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var client = new ModbusRTU();
var networkErrors = ["ESOCKETTIMEDOUT", "ETIMEDOUT", "ECONNRESET", "ECONNREFUSED"];

// open connection to a serial port
client.connectRTU("/dev/ttyUSB0", {baudrate: 115200})
client.connectRTU("/dev/ttyUSB0", { baudrate: 115200 })
//client.connectTCP("modbus.local", { port: 502 })
.then(setClient)
.then(function() {
Expand Down

0 comments on commit 9048c67

Please sign in to comment.