Skip to content

Commit

Permalink
1128 - gofmt + goimports
Browse files Browse the repository at this point in the history
  • Loading branch information
eliac committed Nov 16, 2023
1 parent bc4d7ee commit 4c328f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pkg/prompter/pinentry.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,12 @@ func (p *PinentryPrompter) String(pr string, defaultValue string) string {
func (p *PinentryPrompter) Password(pr string) string {
return p.DefaultPrompter.Password(pr)
}

// Display is runniner the default Cli Display
func (p *PinentryPrompter) Display(pr string) {
p.DefaultPrompter.Display(pr)
}

// Run wraps a pinentry run. It sends the query to pinentry via stdin and
// reads its stdout to determine the user PIN.
// Pinentry uses an Assuan protocol
Expand Down
3 changes: 2 additions & 1 deletion pkg/provider/aad/aad_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import (
"encoding/hex"
"encoding/json"
"fmt"
"github.com/stretchr/testify/mock"
"io"
"math"
mrand "math/rand"
Expand All @@ -20,6 +19,8 @@ import (
"testing"
"text/template"

"github.com/stretchr/testify/mock"

"github.com/google/uuid"
"github.com/stretchr/testify/require"

Expand Down

0 comments on commit 4c328f7

Please sign in to comment.