Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
laedit committed May 4, 2024
1 parent 5f8fd92 commit 9aadded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NVika/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 9aadded

Please sign in to comment.