Skip to content
Snippets Groups Projects
Commit e7423982 authored by Cam Saul's avatar Cam Saul
Browse files

Add missing ;

parent f9208592
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@ describe('utils', () => {
it("should not allow all-blank strings", () => {
expect(MetabaseUtils.isEmpty(" ")).toEqual(true);
});
})
});
});
function shuffle(a) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment