1
0
Fork 0

Whitespace.

This commit is contained in:
Alan Plum 2015-05-07 23:14:18 +02:00
parent 4d32eb7367
commit 1b3d22ebe3
1 changed files with 1 additions and 1 deletions

View File

@ -936,7 +936,7 @@ function require (path) {
var i;
var pkg;
for (i = 0; i < modulesPaths.length; ++i) {
for (i = 0; i < modulesPaths.length; ++i) {
var path = modulesPaths[i];
pkg = new Package("/", { name: "ArangoDB root" }, undefined, path2FileUri(path), true);