Skip to content

Commit

Permalink
fixed line end
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Storey committed Jun 12, 2020
1 parent 85ac029 commit aa1ab14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion databricks/mounts.go
Expand Up @@ -443,4 +443,4 @@ func ValidateMountDirectory(val interface{}, key string) (warns []string, errs [
return nil, []error{fmt.Errorf("%s must start with /, got: %s", key, v)}
}
return nil, nil
}
}

0 comments on commit aa1ab14

Please sign in to comment.