mirror of
https://github.com/rclone/rclone.git
synced 2025-08-14 07:49:00 +02:00
sftp: fixup formatting and golint warnings
This commit is contained in:
@ -1,9 +1,10 @@
|
||||
package sftp
|
||||
|
||||
import (
|
||||
"testing"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"fmt"
|
||||
"testing"
|
||||
|
||||
"github.com/stretchr/testify/assert"
|
||||
)
|
||||
|
||||
func TestShellEscape(t *testing.T) {
|
||||
|
Reference in New Issue
Block a user