Skip to content

Commit

Permalink
[CodeFactor] Apply fixes to commit e75daa8
Browse files Browse the repository at this point in the history
  • Loading branch information
code-factor committed Jan 20, 2025
1 parent e75daa8 commit 2a051e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ImperatorToCK3/Mappers/SuccessionLaw/SuccessionLawMapper.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using commonItems;
using commonItems;
using commonItems.Collections;
using ImperatorToCK3.CK3;
using System.Collections.Generic;
Expand Down Expand Up @@ -41,7 +41,6 @@ public OrderedSet<string> GetCK3LawsForImperatorLaws(SortedSet<string> impLaws,
lawsToReturn.UnionWith(match);
break;
}

}
return lawsToReturn;
}
Expand Down

0 comments on commit 2a051e0

Please sign in to comment.