Skip to content

Commit

Permalink
Remove accidentally added ?
Browse files Browse the repository at this point in the history
  • Loading branch information
Enkidu93 committed Nov 27, 2024
1 parent dd7f620 commit bff3084
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public IEnumerable<ITextCorpus> CreateTermCorpora(
IReadOnlyList<(CorpusFile File, Dictionary<string, HashSet<int>> Chapters)> corpora
)
{
foreach ((CorpusFile file, Dictionary<string, HashSet<int>>? chapters) in corpora)
foreach ((CorpusFile file, Dictionary<string, HashSet<int>> chapters) in corpora)
{
switch (file.Format)
{
Expand Down

0 comments on commit bff3084

Please sign in to comment.