Skip to content

Commit b31245a

Browse files
committed
Reorder using
1 parent e6bed11 commit b31245a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/IronPython.Modules/_ctypes_test.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
using System;
1010
using System.IO;
1111
using System.Runtime.InteropServices;
12+
using System.Runtime.Versioning;
1213

1314
using Mono.Unix.Native;
1415

1516
using IronPython.Runtime;
16-
using System.Runtime.Versioning;
1717

1818
[assembly: PythonModule("_ctypes_test", typeof(IronPython.Modules.CTypesTest))]
1919
namespace IronPython.Modules {

0 commit comments

Comments
 (0)