Skip to content

Commit

Permalink
Tidy up and sort usings.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tkael committed Jun 9, 2024
1 parent e48d58a commit f0f0251
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion EDDNResponder/Toolkit/LocationAugmenter.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using EddiCore;
using EddiDataDefinitions;
using EddiDataProviderService;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Text.RegularExpressions;
Expand Down
6 changes: 3 additions & 3 deletions Utilities/TelemetryService/Telemetry.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
using Rollbar.DTOs;
using Rollbar;
using Rollbar;
using Rollbar.DTOs;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Threading;
using System.Collections.Generic;

namespace Utilities.TelemetryService
{
Expand Down

0 comments on commit f0f0251

Please sign in to comment.