summaryrefslogtreecommitdiffhomepage
path: root/runsc/cmd/list.go
diff options
context:
space:
mode:
Diffstat (limited to 'runsc/cmd/list.go')
-rw-r--r--runsc/cmd/list.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/runsc/cmd/list.go b/runsc/cmd/list.go
index fd59b73e6..acefcb2db 100644
--- a/runsc/cmd/list.go
+++ b/runsc/cmd/list.go
@@ -15,13 +15,13 @@
package cmd
import (
+ "context"
"encoding/json"
"fmt"
"os"
"text/tabwriter"
"time"
- "context"
"flag"
"github.com/google/subcommands"
specs "github.com/opencontainers/runtime-spec/specs-go"