From 9aadded3b54e3d72a6b2d347f9b6b6432df83caf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Bertrand?= Date: Sat, 4 May 2024 08:00:51 +0200 Subject: [PATCH] fix format --- src/NVika/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NVika/Program.cs b/src/NVika/Program.cs index 99b0666..4f78f75 100644 --- a/src/NVika/Program.cs +++ b/src/NVika/Program.cs @@ -99,7 +99,7 @@ private void Compose() { try { - using(var currentAssemblyCatalog = new AssemblyCatalog(Assembly.GetExecutingAssembly())) + using (var currentAssemblyCatalog = new AssemblyCatalog(Assembly.GetExecutingAssembly())) using (var container = new CompositionContainer(currentAssemblyCatalog)) { var batch = new CompositionBatch();