diff --git a/nselib/data/http-fingerprints.lua b/nselib/data/http-fingerprints.lua index ae4a5d488..6fca23b03 100644 --- a/nselib/data/http-fingerprints.lua +++ b/nselib/data/http-fingerprints.lua @@ -6239,12 +6239,12 @@ table.insert(fingerprints, { { path = '/_api/version', method = 'GET' - }, - matches = { - { - match = '"server":"arango",.-"version":"([^"])"', - output = 'ArangoDB \\1' - } + } + }, + matches = { + { + match = '"server":"arango",.-"version":"([^"])"', + output = 'ArangoDB \\1' } } });