Skip to content

Commit

Permalink
style: format code with Gofumpt and Prettier
Browse files Browse the repository at this point in the history
This commit fixes the style issues introduced in 1115cf8 according to the output
from Gofumpt and Prettier.

Details: #2525
  • Loading branch information
deepsource-autofix[bot] authored Jul 17, 2024
1 parent 1115cf8 commit 7e05970
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/api/remove.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7e05970

Please sign in to comment.