Skip to content

Commit adc1376

Browse files
committed
fix: lint
1 parent 7b2d4bb commit adc1376

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

coherence/coherence.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ import (
77
"context"
88
"crypto/tls"
99
"fmt"
10-
coh "github.com/oracle/coherence-go-client/v2/coherence"
1110
"time"
11+
12+
coh "github.com/oracle/coherence-go-client/v2/coherence"
1213
)
1314

1415
const (

0 commit comments

Comments
 (0)