Skip to content

Commit 9ca7600

Browse files
committed
Fix syntax errors in kv formatter
1 parent 17933f6 commit 9ca7600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/kv/src/formatter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export function formatIndentation(document: Document): Document {
5858
const roots: Item[] = document.getRootItems().map(root => indentItem(root, 0));
5959

6060

61-
return new Document(roots, errors);
61+
return new Document(roots, []);
6262
}
6363

6464
// TODO: Indent conditionals

0 commit comments

Comments
 (0)