mirror of
https://github.com/zellij-org/zellij.git
synced 2024-11-22 04:33:22 +03:00
style(fmt): rustfmt
This commit is contained in:
parent
077270d229
commit
16f2eeecbf
@ -869,7 +869,10 @@ impl<'a> PluginLoader<'a> {
|
||||
}
|
||||
}
|
||||
|
||||
fn create_plugin_fs_entries(plugin_own_data_dir: &PathBuf, plugin_own_cache_dir: &PathBuf) -> Result<()> {
|
||||
fn create_plugin_fs_entries(
|
||||
plugin_own_data_dir: &PathBuf,
|
||||
plugin_own_cache_dir: &PathBuf,
|
||||
) -> Result<()> {
|
||||
let err_context = || "failed to create plugin fs entries";
|
||||
// Create filesystem entries mounted into WASM.
|
||||
// We create them here to get expressive error messages in case they fail.
|
||||
|
Loading…
Reference in New Issue
Block a user