Skip to content

Commit c2f2b96

Browse files
committed
Fix indentation from pull
1 parent 2624800 commit c2f2b96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RetailCoder.VBE/UI/ToDoItems/ToDoExplorerDockablePresenter.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ public async void Refresh()
5151
}
5252
finally
5353
{
54-
Cursor.Current = Cursors.Default;
55-
}
54+
Cursor.Current = Cursors.Default;
55+
}
5656
}
5757

5858
private void RefreshToDoList(object sender, EventArgs e)

0 commit comments

Comments
 (0)