Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 7af7bc8

Browse files
committed
Style code (cleanup)
1 parent b81edcd commit 7af7bc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/extensions/default/JavaScriptCodeHints/HintUtils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ define(function (require, exports, module) {
2929
var Acorn = require("node_modules/acorn/dist/acorn");
3030

3131
var LANGUAGE_ID = "javascript",
32-
JSX_LANGUAGE_ID = "jsx",
32+
JSX_LANGUAGE_ID = "jsx",
3333
HTML_LANGUAGE_ID = "html",
3434
PHP_LANGUAGE_ID = "php",
3535
SUPPORTED_LANGUAGES = [LANGUAGE_ID, JSX_LANGUAGE_ID, HTML_LANGUAGE_ID, PHP_LANGUAGE_ID],

0 commit comments

Comments
 (0)