From afc714e1d312724a18d270348185ccb96952ca25 Mon Sep 17 00:00:00 2001 From: Romeo Date: Fri, 4 Nov 2022 18:05:40 +0100 Subject: [PATCH] fix: format --- docs/api/Status.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/api/Status.md b/docs/api/Status.md index 69afea0c..1a5ff0a8 100644 --- a/docs/api/Status.md +++ b/docs/api/Status.md @@ -57,11 +57,11 @@ code and message, e.g. Possible status codes are - | | message | notes | ------|------------------|----------------------|---------------------------------------------------| - | 700 | "No database" | connection failed | - | 701 | "Module failed" | database could not load nominatim.so | - | 702 | "Module call failed" | nominatim.so loaded but calling a function failed | - | 703 | "Query failed" | test query against a database table failed | - | 704 | "No value" | test query worked but returned no results | - | 705 | "Import date is not available" | No import dates were returned (enabling replication can fix this) | \ No newline at end of file +| | message | notes | +| --- | ------------------------------ | ----------------------------------------------------------------- | +| 700 | "No database" | connection failed | +| 701 | "Module failed" | database could not load nominatim.so | +| 702 | "Module call failed" | nominatim.so loaded but calling a function failed | +| 703 | "Query failed" | test query against a database table failed | +| 704 | "No value" | test query worked but returned no results | +| 705 | "Import date is not available" | No import dates were returned (enabling replication can fix this) | -- 2.45.1