Skip to content

Commit

Permalink
Fix code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
decke committed Aug 15, 2022
1 parent 6602836 commit ee8a5dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion remotes.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ type Remote struct {
// Supported Params:
// - skipVerify: can be "true" or empty to prevent ssl verification of remote server's certificate.
// - auth: can be "login" to trigger "LOGIN" auth instead of "PLAIN" auth
//
func ParseRemote(remoteURL string) (*Remote, error) {
u, err := url.Parse(remoteURL)
if err != nil {
Expand Down

0 comments on commit ee8a5dd

Please sign in to comment.