pull/1919/head
Night_Hunter 8 months ago
parent f2307d1f4b
commit 0ff4dda89c

@ -172,7 +172,9 @@ impl Builder {
self
}
pub fn default_version_comparator<F: Fn(Version, RemoteRelease) -> bool + Send + Sync + 'static>(
pub fn default_version_comparator<
F: Fn(Version, RemoteRelease) -> bool + Send + Sync + 'static,
>(
mut self,
f: F,
) -> Self {

Loading…
Cancel
Save