From 41f71307aaf58ae15f377d897e0b2f3fc3266b74 Mon Sep 17 00:00:00 2001 From: Ben Yang Date: Thu, 25 Jul 2024 12:05:57 +0800 Subject: [PATCH] fix formatting. --- crates/nu_plugin_polars/src/dataframe/eager/to_df.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/crates/nu_plugin_polars/src/dataframe/eager/to_df.rs b/crates/nu_plugin_polars/src/dataframe/eager/to_df.rs index 76d47d1102..dbf3a59999 100644 --- a/crates/nu_plugin_polars/src/dataframe/eager/to_df.rs +++ b/crates/nu_plugin_polars/src/dataframe/eager/to_df.rs @@ -8,8 +8,7 @@ use super::super::values::NuDataFrame; use nu_plugin::{EngineInterface, EvaluatedCall, PluginCommand}; use nu_protocol::{ - Category, Example, LabeledError, PipelineData, Signature, Span, - SyntaxShape, Type, Value, + Category, Example, LabeledError, PipelineData, Signature, Span, SyntaxShape, Type, Value, }; use polars::{ prelude::{AnyValue, DataType, Field, NamedFrom},