Skip to content

Commit

Permalink
style: go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
macrat committed Oct 1, 2022
1 parent c72f667 commit b591c71
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/scheme/ftp.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ var (
)

// ftpOptions makes ftp.DialOptions for the ftp library.
//
func ftpOptions(ctx context.Context, u *api.URL) []ftp.DialOption {
opts := []ftp.DialOption{
ftp.DialWithDialFunc(func(network, address string) (net.Conn, error) {
Expand Down

0 comments on commit b591c71

Please sign in to comment.