Skip to content

Commit 98b4ef5

Browse files
committed
Fix whitespace
1 parent 6c53ae1 commit 98b4ef5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/runtime/converter.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -539,8 +539,8 @@ private static bool ToPrimitive(IntPtr value, Type obType, out object result, bo
539539
}
540540

541541
case TypeCode.Boolean:
542-
result = Runtime.PyObject_IsTrue(value) != 0;
543-
return true;
542+
result = Runtime.PyObject_IsTrue(value) != 0;
543+
return true;
544544

545545
case TypeCode.Byte:
546546
{

0 commit comments

Comments
 (0)