Skip to content

Commit

Permalink
Minor syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenmcohn committed Apr 3, 2020
1 parent 4b00764 commit 359f2d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OneMore/Commands/Footnotes/FootnoteEditor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ public void RemoveFootnote()
}

// make sure divider is set
EnsureFootnoteFooter();
_ = EnsureFootnoteFooter();

var remaining = divider.NodesAfterSelf().OfType<XElement>().Elements(ns + "Meta")
.Any(e => e.Attribute("name").Value.Equals("omfootnote"));
Expand Down
2 changes: 1 addition & 1 deletion OneMore/Helpers/Win32WindowHandle.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace River.OneMoreAddIn

internal class Win32WindowHandle : IWin32Window
{
private IntPtr handle;
private readonly IntPtr handle;


public Win32WindowHandle (IntPtr windowHandle)
Expand Down

0 comments on commit 359f2d4

Please sign in to comment.