Skip to content

Commit

Permalink
chore(format): run types through prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
focusaurus authored and larsgw committed Oct 16, 2023
1 parent eb85a26 commit 27bbd37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export function parse(text: string): ParseResult;
/**
* @param {Document} doc - Input KDL document
*/
export function format( doc: Document, options?: FormattingOptions,): string;
export function format(doc: Document, options?: FormattingOptions): string;

/**
* @param {Document} doc - Input KDL document
Expand Down

0 comments on commit 27bbd37

Please sign in to comment.