Skip to content

Commit c62d012

Browse files
committed
Fixed formatting
Signed-off-by: Helber Belmiro <[email protected]>
1 parent 02e6b06 commit c62d012

File tree

9 files changed

+21
-12
lines changed

9 files changed

+21
-12
lines changed

backend/src/apiserver/client/secret_fake.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ package client
33
import (
44
"context"
55
"errors"
6+
67
"k8s.io/apimachinery/pkg/watch"
78

89
"github.com/golang/glog"

backend/src/apiserver/client_manager/client_manager.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,14 @@ import (
1818
"context"
1919
"database/sql"
2020
"fmt"
21-
"github.com/kubeflow/pipelines/backend/src/v2/metadata"
22-
"github.com/minio/minio-go/v6"
2321
"os"
2422
"strings"
2523
"sync"
2624
"time"
2725

26+
"github.com/kubeflow/pipelines/backend/src/v2/metadata"
27+
"github.com/minio/minio-go/v6"
28+
2829
"github.com/cenkalti/backoff"
2930
"github.com/go-sql-driver/mysql"
3031
"github.com/golang/glog"

backend/src/apiserver/resource/resource_manager_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,13 @@ import (
1818
"context"
1919
"encoding/json"
2020
"fmt"
21-
"github.com/kubeflow/pipelines/backend/src/apiserver/config/proxy"
2221
"net/url"
2322
"strings"
2423
"testing"
2524
"time"
2625

26+
"github.com/kubeflow/pipelines/backend/src/apiserver/config/proxy"
27+
2728
"github.com/kubeflow/pipelines/backend/src/v2/objectstore"
2829
"github.com/kubeflow/pipelines/third_party/ml-metadata/go/ml_metadata"
2930

backend/src/apiserver/template/argo_template.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ package template
1616

1717
import (
1818
"fmt"
19+
1920
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
2021

2122
workflowapi "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1"

backend/src/common/util/service.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,14 @@ import (
1919
"crypto/tls"
2020
"crypto/x509"
2121
"fmt"
22-
"google.golang.org/grpc/credentials"
23-
"google.golang.org/grpc/credentials/insecure"
2422
"net/http"
2523
"os"
2624
"strings"
2725
"time"
2826

27+
"google.golang.org/grpc/credentials"
28+
"google.golang.org/grpc/credentials/insecure"
29+
2930
"github.com/cenkalti/backoff"
3031
"github.com/pkg/errors"
3132
"google.golang.org/grpc"

backend/src/v2/cacheutils/cache.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ import (
77
"encoding/hex"
88
"encoding/json"
99
"fmt"
10+
"os"
11+
1012
"google.golang.org/grpc/credentials"
1113
"google.golang.org/grpc/credentials/insecure"
12-
"os"
1314

1415
"google.golang.org/grpc"
1516
"google.golang.org/protobuf/encoding/protojson"

backend/src/v2/cmd/driver/main.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,12 @@ import (
2020
"flag"
2121
"fmt"
2222

23-
"github.com/kubeflow/pipelines/backend/src/apiserver/config/proxy"
2423
"os"
2524
"path/filepath"
2625
"strconv"
2726

27+
"github.com/kubeflow/pipelines/backend/src/apiserver/config/proxy"
28+
2829
"github.com/kubeflow/pipelines/backend/src/common/util"
2930

3031
"github.com/golang/glog"

backend/src/v2/compiler/argocompiler/common.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,13 @@ package argocompiler
1616

1717
import (
1818
"fmt"
19-
wfapi "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1"
20-
"github.com/kubeflow/pipelines/backend/src/apiserver/common"
21-
k8score "k8s.io/api/core/v1"
2219
"os"
2320
"strconv"
2421
"strings"
22+
23+
wfapi "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1"
24+
"github.com/kubeflow/pipelines/backend/src/apiserver/common"
25+
k8score "k8s.io/api/core/v1"
2526
)
2627

2728
const (

backend/src/v2/metadata/client.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,16 @@ import (
2323
"encoding/json"
2424
"errors"
2525
"fmt"
26-
"github.com/kubeflow/pipelines/backend/src/common/util"
27-
"gopkg.in/yaml.v3"
2826
"os"
2927
"path"
3028
"strconv"
3129
"strings"
3230
"sync"
3331
"time"
3432

33+
"github.com/kubeflow/pipelines/backend/src/common/util"
34+
"gopkg.in/yaml.v3"
35+
3536
"github.com/kubeflow/pipelines/backend/src/v2/objectstore"
3637

3738
"google.golang.org/grpc/credentials"

0 commit comments

Comments
 (0)