Skip to content

Commit 27e711d

Browse files
committed
Fix code style warnings
fixes eb94bd8
1 parent fe3d45b commit 27e711d

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

src/BizHawk.Client.Common/movie/import/HereticLmpImport.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ protected override void RunImport()
3535
RenderWipescreen = false,
3636
};
3737
Result.Movie.SyncSettingsJson = ConfigService.SaveWithType(syncSettings);
38-
38+
3939
var controller = new SimpleController(DSDA.CreateControllerDefinition(syncSettings));
4040
controller.Definition.BuildMnemonicsCache(Result.Movie.SystemID);
4141
void ParsePlayer(string playerPfx)

src/BizHawk.Client.Common/movie/import/HexenLmpImport.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ protected override void RunImport()
4747
_ = input[i++]; // player 8 isPresent
4848
_ = input[i++]; // player 8 class
4949
Result.Movie.SyncSettingsJson = ConfigService.SaveWithType(syncSettings);
50-
50+
5151
var controller = new SimpleController(DSDA.CreateControllerDefinition(syncSettings));
5252
controller.Definition.BuildMnemonicsCache(Result.Movie.SystemID);
5353
void ParsePlayer(string playerPfx)

src/BizHawk.Emulation.Cores/Computers/Doom/DSDA.Controller.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
using System.Linq;
2-
3-
using BizHawk.Common;
1+
using BizHawk.Common;
42
using BizHawk.Common.CollectionExtensions;
53
using BizHawk.Emulation.Common;
64

0 commit comments

Comments
 (0)