Skip to content

Commit

Permalink
added semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
romanatarango committed Jun 24, 2022
1 parent f615afa commit 1f1af37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/common/modules/@arangodb/graph/graphs-generation.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*jshint globalstrict:false, strict:false */
/*global assertEqual, assertTrue, assertNotEqual, JSON */
/*global assertTrue */
'use strict';

// //////////////////////////////////////////////////////////////////////////////
Expand Down Expand Up @@ -58,7 +58,7 @@ const graphGenerator = function (verticesEdgesGenerator) {

const makeOneVertex = function () {
return makeVertices(1)[0];
}
};

const makeSingleVertexNoEdges = function () {
const vertices = makeVertices(1);
Expand Down

0 comments on commit 1f1af37

Please sign in to comment.