Skip to content

Commit 2fa5117

Browse files
committed
Merge branch 'dev/improvements' of https://github.com/coding-gecko/kleidi into dev/improvements
2 parents 9415f62 + 0f00577 commit 2fa5117

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/utils/startprovider.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ func startHvault(addr, provider, providerConfig string, debug bool) {
7676
// periodically check unix socket if it exists
7777
// shutdown if it got removed
7878
sockCheckDone := make(chan bool)
79-
go func(done chan bool, unixSock string){
79+
go func(done chan bool, unixSock string) {
8080
ticker := time.NewTicker(time.Duration(socketCheckInterval) * time.Second)
8181
defer ticker.Stop()
8282
for {

0 commit comments

Comments
 (0)