diff --git a/docs/coding.md b/docs/coding.md index b3e9fb021..9f663c82e 100644 --- a/docs/coding.md +++ b/docs/coding.md @@ -23,9 +23,9 @@ We use the following convention for specifying imports: ``` - - + + ``` Example: @@ -37,10 +37,10 @@ import ( "strings" "time" + "github.com/ceph/ceph-csi/internal/util" + "github.com/pborman/uuid" "github.com/pkg/errors" - - "github.com/ceph/ceph-csi/internal/util" ) ```