summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2017-12-26 23:21:00 +0300
committerWolfy-J <[email protected]>2017-12-26 23:21:00 +0300
commitfa4bd78d9f7c5f74e8445374370927c742fc4e78 (patch)
tree011bffe511371eef420975838590518d43864b1f
parentf825a3118f3068fe174fd791406284cf94faba9e (diff)
go fmt
-rw-r--r--commands.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands.go b/commands.go
index 600af16a..5368097f 100644
--- a/commands.go
+++ b/commands.go
@@ -24,4 +24,4 @@ func sendCommand(rl goridge.Relay, command interface{}) error {
}
return rl.Send(bin, goridge.PayloadControl)
-} \ No newline at end of file
+}