aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Common/Collections/IntervalTree.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Ryujinx.Common/Collections/IntervalTree.cs')
-rw-r--r--src/Ryujinx.Common/Collections/IntervalTree.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Ryujinx.Common/Collections/IntervalTree.cs b/src/Ryujinx.Common/Collections/IntervalTree.cs
index baab579e..d3a5e7fc 100644
--- a/src/Ryujinx.Common/Collections/IntervalTree.cs
+++ b/src/Ryujinx.Common/Collections/IntervalTree.cs
@@ -1,4 +1,4 @@
-using System;
+using System;
using System.Collections.Generic;
using System.Linq;