Skip to content

Commit

Permalink
remove usings
Browse files Browse the repository at this point in the history
  • Loading branch information
AnakinRaW committed May 30, 2024
1 parent 874d120 commit fd58edc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using System;
using System.Data.Common;
using System.IO.Abstractions;
using System.IO.Abstractions;
using System.Linq;
using AET.SteamAbstraction.Games;
using AET.SteamAbstraction.Library;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System;
using System.IO.Abstractions;
using System.Runtime.InteropServices;
using AET.SteamAbstraction.Utilities;
using Microsoft.Extensions.DependencyInjection;
using Moq;
Expand Down

0 comments on commit fd58edc

Please sign in to comment.