Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
AgeManning committed May 17, 2023
1 parent 1deeafe commit 16771dc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion beacon_node/http_api/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3925,4 +3925,4 @@ fn publish_network_message<T: EthSpec>(
e
))
})
}
}
2 changes: 1 addition & 1 deletion beacon_node/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1102,4 +1102,4 @@ pub fn cli_app<'a, 'b>() -> App<'a, 'b> {
developers. This directory is not pruned, users should be careful to avoid \
filling up their disks.")
)
}
}
2 changes: 1 addition & 1 deletion common/logging/src/sse_logging_components.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ impl Drain for SSELoggingComponents {
}
Ok(())
}
}
}
2 changes: 1 addition & 1 deletion validator_client/src/http_api/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1174,4 +1174,4 @@ where

response
})
}
}

0 comments on commit 16771dc

Please sign in to comment.