Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit f40567e

Browse files
committed
Fixed typo in InventorButton.cs
1 parent f545cde commit f40567e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Buttons/InventorButton.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ internal abstract class InventorButton
1212
{
1313
private void OnExecute(NameValueMap context) => Execute(context, AddinServer.InventorApp);
1414

15-
protected abstract void Execute(NameValueMap context, Inventor.Application inventor); protected abstract string GetRibbonName();
15+
protected abstract void Execute(NameValueMap context, Inventor.Application inventor);
16+
protected abstract string GetRibbonName();
1617

1718
/// <summary>
1819
/// Name of the ribbon tab where the button will be placed. If the tab does not exist, it will be created.

0 commit comments

Comments
 (0)