cargo fmt
continuous-integration/drone/push Build is passing Details

pull/9/head
Alex 8 months ago
parent d83624e8f3
commit 3cccda0e8e

@ -243,13 +243,9 @@ fn parse_consul_catalog(
}
for tag in svc.tags.iter() {
if let Some(ent) = parse_tricot_tag(
svc.service.clone(),
tag,
addr,
&add_headers[..],
flags,
) {
if let Some(ent) =
parse_tricot_tag(svc.service.clone(), tag, addr, &add_headers[..], flags)
{
entries.push(ent);
}
}

Loading…
Cancel
Save