Cloud-Automation / node-modbus

Modbus TCP Client/Server implementation for Node.JS
471 stars 175 forks source link

Fix typo and code style formatting #65

Closed GermanBluefox closed 7 years ago

GermanBluefox commented 7 years ago

It is very strange. Some commands are with semicolon, some without. Some have spaces "i += 1;", some not "i+=1;"