Skip to content

Commit b22c78c

Browse files
committed
Clean up one more ctor that was missed.
1 parent 55be0bc commit b22c78c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Rubberduck.Core/UI/Command/ComCommands/SyncCodeExplorerCommand.cs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,10 @@ public class SyncCodeExplorerCommand : ComCommandBase
4141
private readonly CodeExplorerViewModel _explorer;
4242

4343
public SyncCodeExplorerCommand(
44-
IVBE vbe, RubberduckParserState state,
45-
CodeExplorerViewModel explorer, IVbeEvents vbeEvents)
44+
IVBE vbe,
45+
RubberduckParserState state,
46+
CodeExplorerViewModel explorer,
47+
IVbeEvents vbeEvents)
4648
: base(vbeEvents)
4749
{
4850
_vbe = vbe;

0 commit comments

Comments
 (0)