chore: fix fmt

This commit is contained in:
Jesús Pérex 2025-06-27 02:19:19 +01:00
parent 2c217c5261
commit 7a21db58bd

View File

@ -1,9 +1,8 @@
// use super::*;
use nu_protocol::{Record, Span, Value};
use tera::Tera;
use crate::helpers::{unwrap_value_key, value_to_serde_json, wrap_top_level_if_needed};
use crate::{Render, TeraPlugin};
use nu_protocol::{Record, Span, Value};
use tera::Tera;
/// Runs the plugin test examples using nu_plugin_test_support.
#[test]