Skip to content

Commit 990fd30

Browse files
committed
chore: linting
1 parent 9ed17cb commit 990fd30

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: src/Kiota.Builder/Configuration/LanguagesInformation.cs

+2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ public static LanguagesInformation Parse(JsonObject jsonNode)
1515
{
1616
var extension = new LanguagesInformation();
1717
foreach (var property in jsonNode.Where(static property => property.Value is JsonObject))
18+
{
1819
extension.Add(property.Key, LanguageInformation.Parse(property.Value!));
20+
}
1921

2022
return extension;
2123
}

0 commit comments

Comments
 (0)