Skip to content

Commit 29c5a4b

Browse files
committed
gofmt
1 parent 2565bcf commit 29c5a4b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

internal/driver/identityserver.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ limitations under the License.
1515
package driver
1616

1717
import (
18-
"fmt"
19-
2018
"context"
19+
"fmt"
2120

2221
csi "github.com/container-storage-interface/spec/lib/go/csi"
2322
"google.golang.org/grpc/codes"

internal/driver/nodeserver.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,13 @@ limitations under the License.
1515
*/
1616

1717
import (
18+
"context"
1819
"errors"
1920
"fmt"
2021
"strconv"
2122
"sync"
2223
"time"
2324

24-
"context"
25-
2625
"github.com/container-storage-interface/spec/lib/go/csi"
2726
"google.golang.org/grpc/codes"
2827
"google.golang.org/grpc/status"

0 commit comments

Comments
 (0)