]> git.proxmox.com Git - proxmox.git/blobdiff - proxmox-router/src/cli/command.rs
router: rustfmt
[proxmox.git] / proxmox-router / src / cli / command.rs
index 1b05078c806bd06ea6057ed8c84b9301a9534ed4..e548fdea4eb4ef4570c1d4c8de242fb72ca0f39f 100644 (file)
@@ -3,8 +3,8 @@ use serde_json::Value;
 use std::cell::RefCell;
 use std::sync::Arc;
 
-use proxmox_schema::*;
 use proxmox_schema::format::DocumentationFormat;
+use proxmox_schema::*;
 
 use super::environment::CliEnvironment;
 use super::getopts;