chore: fmt
Some checks failed
continuous-integration/drone/push Build is failing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-08-20 16:05:27 +02:00
parent 57d30f2129
commit 7a71f9b106
2 changed files with 6 additions and 7 deletions

View File

@@ -211,7 +211,11 @@ impl ItemService for MemoryItemService {
todo!()
}
async fn update_item(&self, _context: &Context, _item: UpdateItemDto) -> anyhow::Result<ItemDto> {
async fn update_item(
&self,
_context: &Context,
_item: UpdateItemDto,
) -> anyhow::Result<ItemDto> {
todo!()
}
}