Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
lynn committed Aug 22, 2023
1 parent 9086986 commit 1804241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/boxes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ export function boxSentenceToMarkdown(
if (trees.length > 1) return 'Ambiguous parse';
const tree = trees[0];
const boxSentence = boxify(tree);
const cp = (tree as Branch<Tree>).left!;
const cp = (tree as Branch<Tree>).left!;
let lines: { title?: string; toaq?: string; indent: number }[] = [];
const { clause, speechAct } = boxSentence;
const { complementizer, topic, verbalComplex, postField } = clause;
Expand Down

0 comments on commit 1804241

Please sign in to comment.