Skip to content

Commit 0c5b442

Browse files
committed
chore: format strict
1 parent 5f1da51 commit 0c5b442

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

pkg/agent/qrm-plugins/cpu/dynamicpolicy/state/state_checkpoint.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,13 @@ package state
1818

1919
import (
2020
"fmt"
21-
"github.com/kubewharf/katalyst-core/pkg/agent/qrm-plugins/inmemorystate"
2221
"path"
2322
"reflect"
2423
"sync"
2524
"time"
2625

26+
"github.com/kubewharf/katalyst-core/pkg/agent/qrm-plugins/inmemorystate"
27+
2728
"k8s.io/klog/v2"
2829
"k8s.io/kubernetes/pkg/kubelet/checkpointmanager"
2930
"k8s.io/kubernetes/pkg/kubelet/checkpointmanager/errors"

pkg/agent/qrm-plugins/memory/dynamicpolicy/state/state_checkpoint.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,13 @@ package state
1818

1919
import (
2020
"fmt"
21-
"github.com/kubewharf/katalyst-core/pkg/agent/qrm-plugins/inmemorystate"
2221
"path"
2322
"reflect"
2423
"sync"
2524
"time"
2625

26+
"github.com/kubewharf/katalyst-core/pkg/agent/qrm-plugins/inmemorystate"
27+
2728
info "github.com/google/cadvisor/info/v1"
2829
v1 "k8s.io/api/core/v1"
2930
"k8s.io/klog/v2"

pkg/agent/qrm-plugins/network/state/state_checkpoint.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,13 @@ package state
1818

1919
import (
2020
"fmt"
21-
"github.com/kubewharf/katalyst-core/pkg/agent/qrm-plugins/inmemorystate"
2221
"path"
2322
"reflect"
2423
"sync"
2524
"time"
2625

26+
"github.com/kubewharf/katalyst-core/pkg/agent/qrm-plugins/inmemorystate"
27+
2728
"k8s.io/klog/v2"
2829

2930
info "github.com/google/cadvisor/info/v1"

0 commit comments

Comments
 (0)