We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f7a4e3 commit 78ef725Copy full SHA for 78ef725
src/output.rs
@@ -245,7 +245,10 @@ impl<'a> ResultHandler<'a> {
245
}
246
247
248
- pub fn memory_breakdown_in_bytes_result(&mut self, result: ClientResult<Option<NodeMemoryBreakdown>>) {
+ pub fn memory_breakdown_in_bytes_result(
249
+ &mut self,
250
+ result: ClientResult<Option<NodeMemoryBreakdown>>,
251
+ ) {
252
match result {
253
Ok(Some(output)) => {
254
self.exit_code = Some(ExitCode::Ok);
0 commit comments