build: fixup code formatting after goimports change

This commit is contained in:
Nick Craig-Wood
2018-10-13 14:41:15 +01:00
parent bb2e361004
commit ade252f13b
17 changed files with 26 additions and 49 deletions

View File

@@ -5,12 +5,11 @@ import (
"testing"
"github.com/a8m/tree"
_ "github.com/ncw/rclone/backend/local"
"github.com/ncw/rclone/fs"
"github.com/ncw/rclone/fstest"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
_ "github.com/ncw/rclone/backend/local"
)
func TestTree(t *testing.T) {