mirror of https://gitee.com/bigwinds/arangodb
Fix lint
This commit is contained in:
parent
9850058d01
commit
8928806a21
|
@ -1824,7 +1824,7 @@ function brokenGraphSuite () {
|
||||||
gm._drop(emptyGN);
|
gm._drop(emptyGN);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
}
|
}
|
||||||
var emptyGraph = gm._create(emptyGN);
|
gm._create(emptyGN);
|
||||||
var bindVars = {
|
var bindVars = {
|
||||||
graph: emptyGN
|
graph: emptyGN
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue