Skip to content

Commit 63a14d2

Browse files
committed
Fixed braces position
1 parent 6d7872c commit 63a14d2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CefSharp.Wpf/DragCursorProvider.cs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
using CefSharp.Enums;
77
using Microsoft.Win32.SafeHandles;
88

9-
namespace CefSharp.Wpf {
9+
namespace CefSharp.Wpf
10+
{
1011

1112
internal static class DragCursorProvider
1213
{
@@ -18,7 +19,8 @@ internal static class DragCursorProvider
1819

1920
private static readonly Dictionary<DragOperationsMask, Cursor> DragCursors;
2021

21-
static DragCursorProvider() {
22+
static DragCursorProvider()
23+
{
2224
var library = LoadLibrary("ole32.dll");
2325
DragCursors = new Dictionary<DragOperationsMask, Cursor>()
2426
{

0 commit comments

Comments
 (0)