Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
baywet committed Jan 21, 2025
1 parent a6edc30 commit 326ad1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Kiota.Builder/Refiners/HttpRefiner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ private void AddPathParameters(CodeElement element)
Documentation = x.Documentation
})
.ToArray();

if (customProperties.Length > 0)
{
codeClass.AddProperty(customProperties);
Expand Down

0 comments on commit 326ad1a

Please sign in to comment.