Skip to content

Commit 4f2209f

Browse files
committed
remove one new line in the info command output
1 parent cfe7349 commit 4f2209f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.1
1+
0.3.2

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ func commandInfo(card *scard.Card) error {
266266
fmt.Printf(" Key management:%v\n", info.HasKeyManagementCapability())
267267
fmt.Printf(" Credentials Management:%v\n", info.HasCredentialsManagementCapability())
268268
fmt.Printf(" NDEF:%v\n", info.HasNDEFCapability())
269-
fmt.Printf("Cash applet \n\n")
269+
fmt.Printf("Cash applet \n")
270270

271271
if cashInfo == nil {
272272
fmt.Printf(" Installed: %+v\n", false)

0 commit comments

Comments
 (0)