Skip to content

Commit b80fb81

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent c5f4871 commit b80fb81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sphinx_js/js/convertTopLevel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ class PathComputer implements ReflectionVisitor {
254254
*/
255255
function renderCommentContent(content: CommentDisplayPart[]): Description {
256256
return content.map((x): DescriptionItem => {
257-
switch(x.kind) {
257+
switch (x.kind) {
258258
case "code":
259259
return { type: "code", code: x.text };
260260
case "text":

0 commit comments

Comments
 (0)