Skip to content

Commit 0f00577

Browse files
romdalfCopilot
andauthored
Update internal/utils/startprovider.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 381f588 commit 0f00577

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)