Skip to content

Commit

Permalink
Reverted method call to what is was in previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Lezune committed Jun 13, 2024
1 parent c3fa328 commit b9c2df9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ private static ChatCompletionDependencyException CreateChatCompletionDependencyE
innerException);
}

private static ChatCompletionDependencyValidationException
CreateChatCompletionDependencyValidationException(Xeption innerException)
private static ChatCompletionDependencyValidationException CreateChatCompletionDependencyValidationException(
Xeption innerException)
{

return new ChatCompletionDependencyValidationException(
Expand Down

0 comments on commit b9c2df9

Please sign in to comment.