Skip to content

Commit

Permalink
🚨 Gofmt fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jfbus committed Jan 3, 2025
1 parent 3f9d185 commit 3d1cfe8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/driver/luks/luks.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ type LuksService interface {
IsLuksMapping(devicePath string) (bool, string, error)
LuksResize(deviceName string, passphrase string) error
LuksClose(deviceName string) error
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ limitations under the License.
package testsuites

import (
"context"
"bufio"
"context"
"fmt"
"math/big"
"regexp"
Expand Down

0 comments on commit 3d1cfe8

Please sign in to comment.