Skip to content
This repository was archived by the owner on May 15, 2019. It is now read-only.

Commit cde969e

Browse files
committed
Fix lint after updating khan-linter to use eslint 3.x
Test Plan: - run ka-lint from perseus (with react-components as a submodule) Reviewers: john Reviewed By: john Differential Revision: https://phabricator.khanacademy.org/D32197
1 parent 892ffde commit cde969e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/katex-a11y-test.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ describe("a11y math", function() {
2222

2323
// Successfully rendered a string
2424
assert(true, math);
25-
} catch(e) {
25+
} catch (e) {
2626
// Hit something that was unknown - this is bad!
2727
assert(false, math + " " + e)
2828
}

0 commit comments

Comments
 (0)