From 7e05970aa8f7d8a20152b05884ec216b16bf817e Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 20:13:09 +0000 Subject: [PATCH] style: format code with Gofumpt and Prettier This commit fixes the style issues introduced in 1115cf8 according to the output from Gofumpt and Prettier. Details: https://github.com/vdaas/vald/pull/2525 --- docs/api/remove.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/api/remove.md b/docs/api/remove.md index eb25cef647b..156176fc706 100644 --- a/docs/api/remove.md +++ b/docs/api/remove.md @@ -160,9 +160,9 @@ RemoveByTimestamp RPC is the method to remove vectors based on timestamp. - Remove.Timestamp - | field | type | label | required | description | - | :-------: | :------------------------ | :---- | :------: | :------------------------------------------------ | - | timestamp | int64 | | \* | The timestamp. | + | field | type | label | required | description | + | :-------: | :------------------------ | :---- | :------: | :------------------------------------------------- | + | timestamp | int64 | | \* | The timestamp. | | operator | Remove.Timestamp.Operator | | | The conditional operator. (default value is `Eq`). | - Remove.Timestamp.Operator