diff options
Diffstat (limited to 'lib/compilers/ocaml.js')
-rw-r--r-- | lib/compilers/ocaml.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/compilers/ocaml.js b/lib/compilers/ocaml.js index 9c1f12555..d5fe2cfa7 100644 --- a/lib/compilers/ocaml.js +++ b/lib/compilers/ocaml.js @@ -22,10 +22,10 @@ // ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // POSSIBILITY OF SUCH DAMAGE. -"use strict"; +'use strict'; const BaseCompiler = require('../base-compiler'), - path = require("path"); + path = require('path'); class OCamlCompiler extends BaseCompiler { optionsForFilter() { |