Skip to content

Commit

Permalink
sort imports
Browse files Browse the repository at this point in the history
Signed-off-by: Andrii Perenesenko <[email protected]>
  • Loading branch information
perenesenko committed Aug 4, 2021
1 parent d5a3c2c commit 01b16c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions utils/analysis/filter.go
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
package analysis

import (
"sort"

appsv1 "k8s.io/api/apps/v1"

"github.com/argoproj/argo-rollouts/pkg/apis/rollouts/v1alpha1"

"sort"
)

func GetCurrentAnalysisRunByType(currentArs []*v1alpha1.AnalysisRun, kind string) *v1alpha1.AnalysisRun {
Expand Down
4 changes: 2 additions & 2 deletions utils/experiment/filter.go
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
package experiment

import (
"sort"

appsv1 "k8s.io/api/apps/v1"

"github.com/argoproj/argo-rollouts/pkg/apis/rollouts/v1alpha1"

"sort"
)

// GetCurrentExperiment grabs the experiment that matches the current rollout
Expand Down

0 comments on commit 01b16c6

Please sign in to comment.