cargo fmt
This commit is contained in:
parent
3b5f17611d
commit
e0945aa1c3
|
@ -92,7 +92,7 @@ fn command(
|
|||
#[cfg(test)]
|
||||
pub mod test {
|
||||
use nu_plugin_test_support::PluginTest;
|
||||
use nu_protocol::{Span, Value, TryIntoValue};
|
||||
use nu_protocol::{Span, TryIntoValue, Value};
|
||||
use uuid::Uuid;
|
||||
|
||||
use crate::PolarsPlugin;
|
||||
|
|
|
@ -121,7 +121,7 @@ fn command(
|
|||
#[cfg(test)]
|
||||
pub mod test {
|
||||
use nu_plugin_test_support::PluginTest;
|
||||
use nu_protocol::{Span, Value, TryIntoValue};
|
||||
use nu_protocol::{Span, TryIntoValue, Value};
|
||||
use uuid::Uuid;
|
||||
|
||||
use crate::PolarsPlugin;
|
||||
|
|
|
@ -138,7 +138,7 @@ fn command(
|
|||
#[cfg(test)]
|
||||
pub mod test {
|
||||
use nu_plugin_test_support::PluginTest;
|
||||
use nu_protocol::{Span, Value, TryIntoValue};
|
||||
use nu_protocol::{Span, TryIntoValue, Value};
|
||||
use uuid::Uuid;
|
||||
|
||||
use crate::PolarsPlugin;
|
||||
|
|
|
@ -93,7 +93,7 @@ fn command(
|
|||
#[cfg(test)]
|
||||
pub mod test {
|
||||
use nu_plugin_test_support::PluginTest;
|
||||
use nu_protocol::{Span, Value, TryIntoValue};
|
||||
use nu_protocol::{Span, TryIntoValue, Value};
|
||||
use uuid::Uuid;
|
||||
|
||||
use crate::PolarsPlugin;
|
||||
|
|
|
@ -92,7 +92,7 @@ fn command(
|
|||
#[cfg(test)]
|
||||
pub mod test {
|
||||
use nu_plugin_test_support::PluginTest;
|
||||
use nu_protocol::{Span, Value, TryIntoValue};
|
||||
use nu_protocol::{Span, TryIntoValue, Value};
|
||||
use uuid::Uuid;
|
||||
|
||||
use crate::PolarsPlugin;
|
||||
|
|
Loading…
Reference in New Issue
Block a user