Skip to content

Commit

Permalink
cli/run: order imports
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianSpeitel committed Nov 21, 2022
1 parent 207540e commit b99d8d4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/cli/run.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
use super::*;
use crate::{backend, Borg};
use std::{sync::mpsc, time::Duration};

use super::*;

#[derive(Args, Debug)]
pub struct Args {
#[arg(short, long)]
Expand Down

0 comments on commit b99d8d4

Please sign in to comment.