Skip to content

Commit

Permalink
gofumpt run.go
Browse files Browse the repository at this point in the history
Signed-off-by: Vishwas Siravara <[email protected]>
  • Loading branch information
vsiravar committed Sep 24, 2023
1 parent 94580e7 commit 9bf4000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ func verifyMountsInfo(actual []MountJSON, want []MountJSON) {
}

func getWslPath(winPath string) (string, error) {
var path = filepath.Clean(winPath)
path := filepath.Clean(winPath)
var err error

path, err = filepath.Abs(winPath)
Expand Down

0 comments on commit 9bf4000

Please sign in to comment.