mirror of
https://github.com/nushell/nushell.git
synced 2025-06-20 09:58:15 +02:00
Fix fmt
This commit is contained in:
parent
e26b111a73
commit
6150917c5e
@ -502,10 +502,7 @@ impl EngineState {
|
||||
}
|
||||
|
||||
#[cfg(feature = "plugin")]
|
||||
fn update_plugin_file(
|
||||
&self,
|
||||
updated_items: Vec<PluginRegistryItem>,
|
||||
) -> Result<(), ShellError> {
|
||||
fn update_plugin_file(&self, updated_items: Vec<PluginRegistryItem>) -> Result<(), ShellError> {
|
||||
// Updating the signatures plugin file with the added signatures
|
||||
use std::fs::File;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user