Skip to content

Commit 53aef37

Browse files
committed
chor: Run 'goimports -w ./..'
Signed-off-by: Erdal TAŞKESEN <erdal@taskesen.me>
1 parent def2add commit 53aef37

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

keyring_windows.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
package keyring
22

33
import (
4-
"github.com/danieljoos/wincred"
54
"syscall"
5+
6+
"github.com/danieljoos/wincred"
67
)
78

89
type windowsKeychain struct{}

secret_service/secret_service.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import (
44
"fmt"
55

66
"errors"
7+
78
dbus "github.com/godbus/dbus/v5"
89
)
910

0 commit comments

Comments
 (0)