Skip to content

Commit dd2af3f

Browse files
committed
forgotten closing parenthesis ')'
1 parent 648cb22 commit dd2af3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rubberduck.VBEEditor/SafeComWrappers/Office.Core/CommandBarButton.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ private void Target_Click(Microsoft.Office.Core.CommandBarButton ctrl, ref bool
6767
System.Diagnostics.Debug.Assert(handler.GetInvocationList().Length == 1, "Multicast delegate is registered more than once.");
6868

6969
//note: event is fired for every parent the command exists under. not sure why.
70-
System.Diagnostics.Debug.WriteLine($"Executing handler for: {Parent.GetType().Name} '{Target.Caption}' (tag: {Tag}, hashcode:{Target.GetHashCode()})";
70+
System.Diagnostics.Debug.WriteLine($"Executing handler for: {Parent.GetType().Name} '{Target.Caption}' (tag: {Tag}, hashcode:{Target.GetHashCode()})");
7171

7272
var button = new CommandBarButton(ctrl);
7373
var args = new CommandBarButtonClickEventArgs(button);

0 commit comments

Comments
 (0)