Skip to content

Commit

Permalink
Test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackbaud-TrevorBurch committed Aug 21, 2023
1 parent d3ae0e3 commit ac99894
Show file tree
Hide file tree
Showing 4 changed files with 379 additions and 248 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -271,9 +271,7 @@ export class SkyDocsTypeDefinitionsFormatService {

private getFormattedCallSignature(
callSignature: SkyDocsCallSignatureDefinition,
config: GetFormattedTypeConfig = {
escapeSpecialCharacters: true,
}
config: GetFormattedTypeConfig
): string {
const returnType = this.getFormattedType(callSignature.returnType, config);

Expand Down
Loading

0 comments on commit ac99894

Please sign in to comment.