Skip to content

Commit 122e97c

Browse files
committed
Manually reapply resharper fixup - left out of previous merge of master
1 parent c02c63c commit 122e97c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

CefSharp.Wpf/ChromiumWebBrowser.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -939,10 +939,7 @@ private void OnMouseButton(MouseButtonEventArgs e)
939939

940940
void IWebBrowserInternal.OnInitialized()
941941
{
942-
UiThreadRunAsync(() =>
943-
{
944-
SetCurrentValue(IsBrowserInitializedProperty, true);
945-
});
942+
UiThreadRunAsync(() => SetCurrentValue(IsBrowserInitializedProperty, true));
946943
}
947944

948945
public void Load(string url)

0 commit comments

Comments
 (0)