Skip to content

Commit 78ef725

Browse files
cargo fmt
1 parent 7f7a4e3 commit 78ef725

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/output.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,10 @@ impl<'a> ResultHandler<'a> {
245245
}
246246
}
247247

248-
pub fn memory_breakdown_in_bytes_result(&mut self, result: ClientResult<Option<NodeMemoryBreakdown>>) {
248+
pub fn memory_breakdown_in_bytes_result(
249+
&mut self,
250+
result: ClientResult<Option<NodeMemoryBreakdown>>,
251+
) {
249252
match result {
250253
Ok(Some(output)) => {
251254
self.exit_code = Some(ExitCode::Ok);

0 commit comments

Comments
 (0)