From 63bab7954b5e854b768079cc8f6b59a5ab9a647f Mon Sep 17 00:00:00 2001 From: Humble Penguin Date: Mon, 26 Feb 2024 13:20:12 +0500 Subject: [PATCH] Run cargo fmt --- src/bin/envio/commands.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/envio/commands.rs b/src/bin/envio/commands.rs index 4850663..ba8b33a 100755 --- a/src/bin/envio/commands.rs +++ b/src/bin/envio/commands.rs @@ -644,7 +644,7 @@ impl Command { return; } - + profile.export_envs(file_name, envs); }