arangodb / rta-makedata

Apache License 2.0
1 stars 2 forks source link

fix lint errors #29

Closed jsteemann closed 10 months ago

jsteemann commented 11 months ago

Scope & Purpose

Fix obvious eslint errors:

3rdParty/rta-makedata/test_data/common.js
  251:29  error  Missing space before =>  arrow-spacing
  251:76  error  Missing semicolon        semi

Checklist