Skip to content

Commit f1c9348

Browse files
author
Zhou Hao
authored
Merge pull request #189 from q384566678/type-fix
fix code format
2 parents 2beca33 + 0c9e5fe commit f1c9348

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cmd/oci-image-tool/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ import (
1818
"fmt"
1919
"os"
2020

21-
"github.com/sirupsen/logrus"
2221
"github.com/opencontainers/image-tools/version"
22+
"github.com/sirupsen/logrus"
2323
"github.com/urfave/cli"
2424
)
2525

image/manifest.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ import (
2929
"strings"
3030
"time"
3131

32-
"github.com/sirupsen/logrus"
3332
"github.com/opencontainers/image-spec/schema"
3433
"github.com/opencontainers/image-spec/specs-go/v1"
3534
"github.com/pkg/errors"
35+
"github.com/sirupsen/logrus"
3636
)
3737

3838
type manifest struct {

image/manifest_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ import (
2525
"strings"
2626
"testing"
2727

28-
"github.com/sirupsen/logrus"
2928
"github.com/opencontainers/go-digest"
3029
"github.com/opencontainers/image-spec/specs-go/v1"
3130
"github.com/pkg/errors"
31+
"github.com/sirupsen/logrus"
3232

3333
bz2 "github.com/dsnet/compress/bzip2"
3434
)

0 commit comments

Comments
 (0)