From 3b8702790b6c74786cdd0cc04c2d89962c1117cb Mon Sep 17 00:00:00 2001 From: Ray Kohler Date: Mon, 11 Aug 2025 18:03:40 -0400 Subject: fix: run `cargo fmt` --- crates/atuin-server/src/handlers/record.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'crates/atuin-server/src') diff --git a/crates/atuin-server/src/handlers/record.rs b/crates/atuin-server/src/handlers/record.rs index 59a10109..410c54bd 100644 --- a/crates/atuin-server/src/handlers/record.rs +++ b/crates/atuin-server/src/handlers/record.rs @@ -8,9 +8,7 @@ use crate::router::UserAuth; use atuin_common::record::{EncryptedData, Record}; #[instrument(skip_all, fields(user.id = user.id))] -pub async fn post( - UserAuth(user): UserAuth, -) -> Result<(), ErrorResponseStatus<'static>> { +pub async fn post(UserAuth(user): UserAuth) -> Result<(), ErrorResponseStatus<'static>> { // anyone who has actually used the old record store (a very small number) will see this error // upon trying to sync. // 1. The status endpoint will say that the server has nothing -- cgit v1.3.1