aboutsummaryrefslogtreecommitdiff
path: root/sftp/allocator.go
diff options
context:
space:
mode:
Diffstat (limited to 'sftp/allocator.go')
-rw-r--r--sftp/allocator.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/sftp/allocator.go b/sftp/allocator.go
index fc1b6f0..5ae2145 100644
--- a/sftp/allocator.go
+++ b/sftp/allocator.go
@@ -2,7 +2,7 @@ package sftp
/*
Imported from: https://github.com/pkg/sftp
- */
+*/
import (
"sync"
@@ -98,4 +98,3 @@ func (a *allocator) isRequestOrderIDUsed(requestOrderID uint32) bool {
_, ok := a.used[requestOrderID]
return ok
}
-