diff options
Diffstat (limited to 'device/conn.go')
-rw-r--r-- | device/conn.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/device/conn.go b/device/conn.go index 2594680..3c2aa04 100644 --- a/device/conn.go +++ b/device/conn.go @@ -177,4 +177,4 @@ func (device *Device) BindClose() error { err := unsafeCloseBind(device) device.net.Unlock() return err -}
\ No newline at end of file +} |