rustfmt
This commit is contained in:
parent
45d51d708c
commit
e59a165241
@ -17,7 +17,12 @@ impl From<&KeepaliveConfig> for TcpKeepalive {
|
|||||||
tcp_keepalive = tcp_keepalive.with_interval(interval);
|
tcp_keepalive = tcp_keepalive.with_interval(interval);
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(not(any(target_os = "redox", target_os = "solaris", target_os = "windows", target_os = "openbsd")))]
|
#[cfg(not(any(
|
||||||
|
target_os = "redox",
|
||||||
|
target_os = "solaris",
|
||||||
|
target_os = "windows",
|
||||||
|
target_os = "openbsd"
|
||||||
|
)))]
|
||||||
if let Some(retries) = keepalive_config.retries {
|
if let Some(retries) = keepalive_config.retries {
|
||||||
tcp_keepalive = tcp_keepalive.with_retries(retries);
|
tcp_keepalive = tcp_keepalive.with_retries(retries);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user