mirror of
https://github.com/drone-plugins/drone-docker.git
synced 2026-06-04 10:15:30 +08:00
Format imports
This commit is contained in:
+2
-1
@@ -1,11 +1,12 @@
|
||||
package docker
|
||||
|
||||
import (
|
||||
"github.com/dchest/uniuri"
|
||||
"os/exec"
|
||||
"reflect"
|
||||
"strings"
|
||||
"testing"
|
||||
|
||||
"github.com/dchest/uniuri"
|
||||
)
|
||||
|
||||
func TestCommandBuild(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user