Skip to content

Commit 1332fdf

Browse files
committed
linter fix import grouping.
1 parent 91c37de commit 1332fdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/service/odb/cloud_vm_cluster.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ package odb
66
import (
77
"context"
88
"errors"
9-
"github.com/YakDriver/regexache"
109
"strings"
1110
"time"
1211

12+
"github.com/YakDriver/regexache"
1313
"github.com/aws/aws-sdk-go-v2/aws"
1414
"github.com/aws/aws-sdk-go-v2/service/odb"
1515
odbtypes "github.com/aws/aws-sdk-go-v2/service/odb/types"

0 commit comments

Comments
 (0)