cargo fmt

This commit is contained in:
Tim 'Piepmatz' Hesse 2024-06-19 11:44:17 +02:00
parent 3b5f17611d
commit e0945aa1c3
5 changed files with 5 additions and 5 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;