Skip to content

Commit d75e415

Browse files
committed
feat(#197): clean for check
1 parent 270b8ca commit d75e415

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cli/src/args.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
// SOFTWARE.
22-
use clap::{Parser, Subcommand, ArgAction};
22+
use clap::{ArgAction, Parser, Subcommand};
2323

2424
// @todo #41:15min Add --report argument.
2525
// Let's add --report option for generating reports in desired formats:

cli/tests/integration_test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ mod tests {
5454
assert!(output.contains(env!("CARGO_PKG_VERSION")));
5555
Ok(())
5656
}
57-
57+
5858
#[test]
5959
fn outputs_version_from_short() -> Result<()> {
6060
let assertion = Command::cargo_bin("fakehub")?.arg("-v").assert();

0 commit comments

Comments
 (0)