Skip to content

Commit d3ebe37

Browse files
committed
Run go fmt on tlsconfig.go
1 parent 07d17c3 commit d3ebe37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/connection/tlsconfig.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ func (c *TLSConfig) AddClientCertFromFile(clientFile string) (string, error) {
105105
keyBlock = encoded.Bytes()
106106
start = len(data) - len(remaining)
107107
} else {
108-
keyBlock = data[start:len(data)-len(remaining)]
108+
keyBlock = data[start : len(data)-len(remaining)]
109109
start += len(keyBlock)
110110
}
111111
}

0 commit comments

Comments
 (0)