Skip to content

Commit

Permalink
k
Browse files Browse the repository at this point in the history
  • Loading branch information
vadosnaprimer committed Dec 9, 2024
1 parent b1c43a6 commit e02d22a
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using System.Collections.Generic;
using System.Collections.Generic;

Check failure on line 1 in src/BizHawk.Emulation.Cores/Computers/Amiga/PUAE.IDriveLight.cs

View workflow job for this annotation

GitHub Actions / Build solution with analyzers

Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
using System.Text;

using BizHawk.Common;
Expand All @@ -13,4 +12,4 @@ public partial class PUAE : IDriveLight
public bool DriveLightOn { get; private set; }
public string DriveLightIconDescription => "Floppy Drive Activity";
}
}
}

0 comments on commit e02d22a

Please sign in to comment.