Skip to content

Commit

Permalink
chore: run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed Apr 18, 2024
1 parent 9ac34ba commit 9a218f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/myst-directives/src/aside.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const asideDirective: DirectiveSpec = {
children: data.body as (FlowContent | ListContent | PhrasingContent)[],
class: data.options?.class as string | undefined,
label,
identifier
identifier,
};
return [aside];
},
Expand Down

0 comments on commit 9a218f2

Please sign in to comment.