Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Commit 6d35bfc

Browse files
author
Baha Shaaban
committed
[FAB-7763] fixed go fmt spacing
Change-Id: I2bb553891b71bf7874c011cd0d6bfedcb482ee5b Signed-off-by: Baha Shaaban <baha.shaaban@securekey.com>
1 parent 94ac20c commit 6d35bfc

File tree

1 file changed

+2
-1
lines changed
  • scripts/_go/src/pkcs11helper/cmd/pkcs11helper

1 file changed

+2
-1
lines changed

scripts/_go/src/pkcs11helper/cmd/pkcs11helper/main.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import (
1212
"strings"
1313

1414
pw "pkcs11helper/pkg/pkcs11wrapper"
15+
1516
"github.com/miekg/pkcs11"
1617
)
1718

@@ -42,7 +43,7 @@ func main() {
4243

4344
if *pkcs11Library == "" {
4445
// if no lib is specified, just try to find libsofthsm2.so
45-
p11Lib, err = searchForLib(strings.Join(defaultPkcs11LibPaths,","))
46+
p11Lib, err = searchForLib(strings.Join(defaultPkcs11LibPaths, ","))
4647
exitWhenError(err)
4748
} else {
4849
p11Lib, err = searchForLib(*pkcs11Library)

0 commit comments

Comments
 (0)