Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
rampaa committed Nov 11, 2024
1 parent e8f0b7c commit a2142ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JL.Core/Lookup/LookupUtils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1212,7 +1212,7 @@ private static ConcurrentBag<LookupResult> BuildYomichanKanjiResult(

string[]? allReadings = Utils.ConcatNullableArrays(yomichanKanjiDictResult.OnReadings, yomichanKanjiDictResult.KunReadings);

string? kanjiComposition = DictUtils.KanjiCompositionDict[kanjiResult.Key];
_ = DictUtils.KanjiCompositionDict.TryGetValue(kanjiResult.Key, out string? kanjiComposition);

LookupResult result = new
(
Expand Down

0 comments on commit a2142ce

Please sign in to comment.