Skip to content

Commit ad160b2

Browse files
Ifeanyichukwuvincenzopalazzo
Ifeanyichukwu
authored andcommitted
chore(cmd): organize the imports properly
1 parent fb966e7 commit ad160b2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

coffee_cmd/src/cmd.rs

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
//! Coffee command line arguments definition.
2+
use std::fmt::Display;
3+
24
use clap::{Parser, Subcommand};
5+
36
use coffee_lib::error;
47
use coffee_lib::errors::CoffeeError;
5-
use std::fmt::Display;
68

79
/// Coffee main command line definition for the command line tools.
810
#[derive(Debug, Parser)]

0 commit comments

Comments
 (0)