Skip to content
This repository was archived by the owner on Feb 9, 2020. It is now read-only.

Commit 154772b

Browse files
committed
style(json-tree.spec): add missing semicolon
1 parent f83c7f5 commit 154772b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

panel/components/json-tree/json-tree.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ describe('batJsonTree', function () {
1717
it('should render a simple model', function () {
1818
$rootScope.data = {
1919
'': { '$id': 1 }
20-
}
20+
};
2121
compileTree();
2222
expect(element.text()).toBe('$id: 1');
2323
});

0 commit comments

Comments
 (0)