Skip to content

Commit

Permalink
Fix goimports
Browse files Browse the repository at this point in the history
  • Loading branch information
barney-s committed Apr 4, 2024
1 parent 3321e61 commit 442bda7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/patterns/declarative/pkg/watch/dynamic.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ limitations under the License.
package watch

import (
"atomic"
"context"
"fmt"
"sync"
"time"
"atomic"

"k8s.io/apimachinery/pkg/api/meta"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
Expand Down

0 comments on commit 442bda7

Please sign in to comment.