Skip to content

Commit 442bda7

Browse files
committed
Fix goimports
1 parent 3321e61 commit 442bda7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/patterns/declarative/pkg/watch/dynamic.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ limitations under the License.
1717
package watch
1818

1919
import (
20+
"atomic"
2021
"context"
2122
"fmt"
2223
"sync"
2324
"time"
24-
"atomic"
2525

2626
"k8s.io/apimachinery/pkg/api/meta"
2727
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"

0 commit comments

Comments
 (0)