Skip to content

Commit

Permalink
Move Regex using next to related usings
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikhr committed Feb 7, 2024
1 parent bb4231b commit c32a0c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using System.Text.RegularExpressions;
using ClangSharp.Abstractions;
using ClangSharp.CSharp;
using static ClangSharp.Interop.CX_CastKind;
Expand All @@ -18,7 +19,6 @@
using static ClangSharp.Interop.CXUnaryOperatorKind;
using static ClangSharp.Interop.CXEvalResultKind;
using static ClangSharp.Interop.CXTypeKind;
using System.Text.RegularExpressions;

namespace ClangSharp;

Expand Down

0 comments on commit c32a0c5

Please sign in to comment.