Skip to content
This repository was archived by the owner on Mar 30, 2023. It is now read-only.

Commit 456a0cf

Browse files
committed
Fix formatting
1 parent 455afbf commit 456a0cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/pkg/pfsprovider/ansible/ansible.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ import (
99
"log"
1010
"os"
1111
"os/exec"
12+
"path"
1213
"path/filepath"
1314
"strings"
1415
"time"
15-
"path"
1616
)
1717

1818
type HostInfo struct {

0 commit comments

Comments
 (0)