Skip to content

Commit

Permalink
gofmt files
Browse files Browse the repository at this point in the history
Signed-off-by: Bill Hamilton <[email protected]>
  • Loading branch information
pacificcode committed Nov 7, 2024
1 parent 4eb6932 commit 08834eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vault/vault.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (
"fmt"
"io"
"log"
"net/http"
"math"
"net/http"
"os"
"strings"
"time"
Expand Down Expand Up @@ -147,7 +147,7 @@ type accessTokenRequest struct {

type accessTokenResponse struct {
AccessToken string `json:"accessToken"`
ExpiresIn int `json:"expiresIn"`
ExpiresIn int `json:"expiresIn"`
}

func (v Vault) setCacheAccessToken(value string, expiresIn int) error {
Expand Down

0 comments on commit 08834eb

Please sign in to comment.