Skip to content

Commit e4e5543

Browse files
committed
Adding missing whitespace
1 parent 8f15c6d commit e4e5543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/api-documenter/src/yaml/OfficeYamlDocumenter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export class OfficeYamlDocumenter extends YamlDocumenter {
9999
yamlItem.syntax.return.description = '';
100100
}
101101
yamlItem.syntax.return.description += this._generateSnippetText(snippets);
102-
}else {
102+
} else {
103103
yamlItem.remarks = '';
104104
yamlItem.remarks += this._generateSnippetText(snippets);
105105
}

0 commit comments

Comments
 (0)