Skip to content

Commit

Permalink
Cleanupp and fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
FenPhoenix committed Oct 11, 2024
1 parent 03886b9 commit ea9bc66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dotnet_diagnostic.IDE0037.severity = none
# we couldn't grep for allocating statements anymore, so it's stupid to want to use range indexers for substrings,
# yeesh!
# But we can turn this off and rely on ReSharper which DOES have presence of mind enough to separate out the
# warnings for slices and substrings).
# warnings for slices and substrings.
dotnet_diagnostic.IDE0057.severity = none

dotnet_style_prefer_collection_expression = false:suggestion
Expand Down
3 changes: 1 addition & 2 deletions AngelLoader/FMInstallAndPlay.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2719,7 +2719,6 @@ void ReportProgress(Fen7z.ProgressReport pr)
// Do checks first before progress box so it's not just annoyingly there while in confirmation dialogs
#region Checks

List<string> archivePaths;
ThreadingData threadingData;
try
{
Expand All @@ -2729,7 +2728,7 @@ void ReportProgress(Fen7z.ProgressReport pr)
fms,
fmDataList,
install: false,
out archivePaths,
out _,
out threadingData))
{
return fail;
Expand Down

0 comments on commit ea9bc66

Please sign in to comment.