Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f18768b

Browse files
committed
fmt
1 parent 8761402 commit f18768b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/agent.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1415,7 +1415,7 @@ func expandDirectory(dir string) (string, error) {
14151415
return "", err
14161416
}
14171417
dir = filepath.Join(home, dir)
1418-
1418+
14191419
} else {
14201420
// If the directory is absolute, we assume it is an absolute path.
14211421
// We do not check if the directory exists.

0 commit comments

Comments
 (0)