diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-07-31 17:11:37 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-31 17:11:37 -0400 |
commit | 3971dcfe10b94e901a224b5328a9dafd1e2ecc08 (patch) | |
tree | e347644a90094774e56e9315119c31594ca60796 /cli/state.rs | |
parent | b3541c38f5672ffb4a29d66dca19d88b9ecae478 (diff) |
Use system rustfmt instead of fixed binary (#2701)
Diffstat (limited to 'cli/state.rs')
-rw-r--r-- | cli/state.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cli/state.rs b/cli/state.rs index 047e2b7ed..139584394 100644 --- a/cli/state.rs +++ b/cli/state.rs @@ -302,7 +302,8 @@ impl ThreadSafeState { argv, ops::op_selector_std, Progress::new(), - ).unwrap() + ) + .unwrap() } pub fn metrics_op_dispatched( |