diff --git a/src/lint/engine/ArcanistLintEngine.php b/src/lint/engine/ArcanistLintEngine.php index 6de6ebd3..d634bba9 100644 --- a/src/lint/engine/ArcanistLintEngine.php +++ b/src/lint/engine/ArcanistLintEngine.php @@ -5,12 +5,12 @@ * checks your .arcconfig to see if you have specified a lint engine in the * key "lint.engine". The engine must extend this class. For example: * - * lang=js - * { - * // ... - * "lint.engine" : "ExampleLintEngine", - * // ... - * } + * lang=js + * { + * // ... + * "lint.engine" : "ExampleLintEngine", + * // ... + * } * * The lint engine is given a list of paths (generally, the paths that you * modified in your change) and determines which linters to run on them. The