diff --git a/src/transport.rs b/src/transport.rs index 8260c0f5f8..fa70ee781a 100644 --- a/src/transport.rs +++ b/src/transport.rs @@ -64,9 +64,9 @@ pub enum Service { } /// HTTP implementation related info for various services. -/// -/// This information was pulled from -/// . +/// +/// This information was pulled from +/// . impl Service { /// The HTTP Method used by libgit2's implementation for http(s) transport. pub const fn http_method(self) -> http::Method {