Skip to content

Commit 9eaa0ab

Browse files
committed
[CodeFactor] Apply fixes
1 parent 0c8f9c1 commit 9eaa0ab

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ImperatorToCK3/Imperator/Characters/Character.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using commonItems;
1+
using commonItems;
22
using commonItems.Collections;
33
using ImperatorToCK3.CK3.Characters;
44
using ImperatorToCK3.CommonUtils;
@@ -173,7 +173,6 @@ public static void RegisterCharacterKeywords(Parser parser, Character character)
173173
var variablesParser = new Parser();
174174
variablesParser.RegisterKeyword("data", dataReader => {
175175
foreach (var blob in new BlobList(dataReader).Blobs) {
176-
177176
ParseCharacterVariable(c);
178177
}
179178
});

0 commit comments

Comments
 (0)