Skip to content

Commit

Permalink
Fix formating issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
SilasKenneth committed Oct 8, 2023
1 parent 98fdf75 commit b46e64e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/Kiota.Builder.Tests/Refiners/PhpLanguageRefinerTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -140,13 +140,13 @@ public async Task AddsExceptionInheritanceOnErrorClasses()
);
model.AddMethod(new
CodeMethod
{
ReturnType = new CodeType
{
ReturnType = new CodeType
{
Name = "string"
},
Kind = CodeMethodKind.ErrorMessageOverride
});
Name = "string"
},
Kind = CodeMethodKind.ErrorMessageOverride
});
await ILanguageRefiner.Refine(new GenerationConfiguration { Language = GenerationLanguage.PHP }, root);

var declaration = model.StartBlock;
Expand Down

0 comments on commit b46e64e

Please sign in to comment.