Skip to content

Commit

Permalink
confmigrate: fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneOne1 committed Sep 4, 2023
1 parent d7dbfc4 commit 4c25331
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions internal/confmigrate/v6.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
package confmigrate

import (
"fmt"
)
import "fmt"

// migrateTo6 performs the following changes:
//
Expand Down

0 comments on commit 4c25331

Please sign in to comment.