1
0
Fork 0

bracket mistake

This commit is contained in:
hkernbach 2019-12-02 17:44:42 +01:00
parent 0e78ccefb0
commit 663a2c04be
1 changed files with 4 additions and 4 deletions

View File

@ -624,7 +624,6 @@ Result RestReplicationHandler::testPermissions() {
return Result(TRI_ERROR_HTTP_BAD_PARAMETER, return Result(TRI_ERROR_HTTP_BAD_PARAMETER,
"empty collection name"); "empty collection name");
} }
}
} else { } else {
return Result(TRI_ERROR_HTTP_BAD_PARAMETER, return Result(TRI_ERROR_HTTP_BAD_PARAMETER,
"invalid collection name type"); "invalid collection name type");
@ -635,6 +634,7 @@ Result RestReplicationHandler::testPermissions() {
} }
} }
} }
}
return Result(TRI_ERROR_NO_ERROR); return Result(TRI_ERROR_NO_ERROR);
} }