Skip to content

Commit

Permalink
Remove empty line
Browse files Browse the repository at this point in the history
Signed-off-by: Shinnosuke Sawada-Dazai <[email protected]>
  • Loading branch information
Warashi committed Dec 18, 2024
1 parent 6c4d16c commit b343897
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
3 changes: 1 addition & 2 deletions pkg/app/piped/driftdetector/ecs/detector.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@ import (
"strings"
"time"

"go.uber.org/zap"

"github.com/aws/aws-sdk-go-v2/aws"
"github.com/aws/aws-sdk-go-v2/service/ecs/types"
"go.uber.org/zap"

"github.com/pipe-cd/pipecd/pkg/app/piped/livestatestore/ecs"
provider "github.com/pipe-cd/pipecd/pkg/app/piped/platformprovider/ecs"
Expand Down
3 changes: 1 addition & 2 deletions pkg/app/piped/livestatestore/lambda/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@ import (
"fmt"
"time"

"github.com/aws/aws-sdk-go-v2/service/lambda"
"go.uber.org/atomic"
"go.uber.org/zap"

"github.com/aws/aws-sdk-go-v2/service/lambda"

provider "github.com/pipe-cd/pipecd/pkg/app/piped/platformprovider/lambda"
"github.com/pipe-cd/pipecd/pkg/model"
)
Expand Down
5 changes: 2 additions & 3 deletions pkg/app/piped/platformprovider/lambda/lambda.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,10 @@ import (
"path/filepath"
"sync"

"go.uber.org/zap"
"golang.org/x/sync/singleflight"

"github.com/aws/aws-sdk-go-v2/service/lambda"
"github.com/aws/aws-sdk-go-v2/service/lambda/types"
"go.uber.org/zap"
"golang.org/x/sync/singleflight"

"github.com/pipe-cd/pipecd/pkg/config"
)
Expand Down
3 changes: 1 addition & 2 deletions pkg/oauth/oidc/oidc.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@ import (
"net/http"
"net/url"

"golang.org/x/oauth2"

"github.com/coreos/go-oidc/v3/oidc"
"github.com/golang-jwt/jwt"
"golang.org/x/oauth2"

"github.com/pipe-cd/pipecd/pkg/model"
)
Expand Down

0 comments on commit b343897

Please sign in to comment.