Skip to content

Commit

Permalink
Analyzer cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
bcssov committed Jan 23, 2024
1 parent a539a31 commit 5094d15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/IronyModManager.IO/Mods/ModWriter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Created : 03-31-2020
//
// Last Modified By : Mario
// Last Modified On : 01-07-2024
// Last Modified On : 01-23-2024
// ***********************************************************************
// <copyright file="ModWriter.cs" company="Mario">
// Mario
Expand Down Expand Up @@ -170,7 +170,7 @@ public Task<bool> CanWriteToModDirectoryAsync(ModWriterParameters parameters)
{
if (!File.Exists(integrityCheck))
{
File.Create(integrityCheck);
_ = File.Create(integrityCheck);
}
}
catch
Expand Down

0 comments on commit 5094d15

Please sign in to comment.