summaryrefslogtreecommitdiffhomepage
path: root/runsc/cmd/spec.go
diff options
context:
space:
mode:
Diffstat (limited to 'runsc/cmd/spec.go')
-rw-r--r--runsc/cmd/spec.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/runsc/cmd/spec.go b/runsc/cmd/spec.go
index 57ee37c86..ee306bfa6 100644
--- a/runsc/cmd/spec.go
+++ b/runsc/cmd/spec.go
@@ -15,11 +15,11 @@
package cmd
import (
+ "context"
"io/ioutil"
"os"
"path/filepath"
- "context"
"flag"
"github.com/google/subcommands"
)