From 2ce034d0f0a64290bf1178c191026b1f6373482c Mon Sep 17 00:00:00 2001 From: Luccas Mateus de Medeiros Gomes Date: Mon, 25 Oct 2021 20:57:45 -0300 Subject: [PATCH] linting --- crates/nu-command/src/example_test.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/nu-command/src/example_test.rs b/crates/nu-command/src/example_test.rs index 53e98e4a0..3685af399 100644 --- a/crates/nu-command/src/example_test.rs +++ b/crates/nu-command/src/example_test.rs @@ -5,7 +5,7 @@ use nu_protocol::{ PipelineData, }; -use super::{From, Into, Split, Math}; +use super::{From, Into, Math, Split}; pub fn test_examples(cmd: impl Command + 'static) { let examples = cmd.examples();