summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
authorsamantharitter <samantha.ritter@10gen.com>2016-09-30 16:27:38 -0400
committersamantharitter <samantha.ritter@10gen.com>2016-09-30 17:05:22 -0400
commitcdde8eaa80856f80d7df7a25ea490f3222d40a5b (patch)
tree12958170e16f0126f0437746a35bd3e36b888fae /jstests
parent2abb5f41dfd894ca3ca1e9ca6eee6b980ec41a28 (diff)
downloadmongo-cdde8eaa80856f80d7df7a25ea490f3222d40a5b.tar.gz
fix lint
Diffstat (limited to 'jstests')
-rw-r--r--jstests/tool/shell_mkdir.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/jstests/tool/shell_mkdir.js b/jstests/tool/shell_mkdir.js
index ff6dd91505e..d3235428d36 100644
--- a/jstests/tool/shell_mkdir.js
+++ b/jstests/tool/shell_mkdir.js
@@ -1,9 +1,10 @@
// Test the shell's mkdir utility.
(function() {
- "use strict"
+ "use strict";
- var dir = MongoRunner.dataPath + "ShellMkdirTestDirectory" removeFile(dir);
+ var dir = MongoRunner.dataPath + "ShellMkdirTestDirectory";
+ removeFile(dir);
// Make a new directory
var res = mkdir(dir);