Skip to content

Commit ddd7024

Browse files
committed
style changes
1 parent 4a9628c commit ddd7024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte-file-tree/src/lib/components/Tree/state.svelte.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ export function createTreeState<TData extends FileTreeNodeData>({
488488

489489
function copyNode(node: FileTreeNode<TData>): FileTreeNode<TData> {
490490
if (DEV && Object.getPrototypeOf(node.data) !== Object.prototype) {
491-
throw new Error(`Expected the data property to be a POJO`);
491+
throw new Error("Expected the data property to be a POJO");
492492
}
493493

494494
const id = generateCopyId();

0 commit comments

Comments
 (0)