Skip to content

Commit

Permalink
Merge pull request #76 from erdaltsksn-forks/chor/format
Browse files Browse the repository at this point in the history
Format source code using go tooling
  • Loading branch information
szuecs authored Jul 13, 2022
2 parents 610e85f + 53aef37 commit 2a11960
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion keyring_windows.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
package keyring

import (
"github.com/danieljoos/wincred"
"syscall"

"github.com/danieljoos/wincred"
)

type windowsKeychain struct{}
Expand Down
1 change: 1 addition & 0 deletions secret_service/secret_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import (
"fmt"

"errors"

dbus "github.com/godbus/dbus/v5"
)

Expand Down

0 comments on commit 2a11960

Please sign in to comment.