Skip to content

Commit

Permalink
chore: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
baywet committed Feb 20, 2025
1 parent 9ed17cb commit 990fd30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Kiota.Builder/Configuration/LanguagesInformation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ public static LanguagesInformation Parse(JsonObject jsonNode)
{
var extension = new LanguagesInformation();
foreach (var property in jsonNode.Where(static property => property.Value is JsonObject))
{
extension.Add(property.Key, LanguageInformation.Parse(property.Value!));
}

return extension;
}
Expand Down

0 comments on commit 990fd30

Please sign in to comment.