From 5374e2b0b959781d6c497ca55df9b42997d2bced Mon Sep 17 00:00:00 2001 From: Thoronium <107363768+NotThorny@users.noreply.github.com> Date: Wed, 26 Apr 2023 15:03:06 -0600 Subject: [PATCH] whitespace --- src-tauri/src/web.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src-tauri/src/web.rs b/src-tauri/src/web.rs index 5615561..14fbce8 100644 --- a/src-tauri/src/web.rs +++ b/src-tauri/src/web.rs @@ -6,8 +6,8 @@ static CLIENT: Lazy = Lazy::new(|| { headers.insert(USER_AGENT, header::HeaderValue::from_static("cultivation")); headers.insert( CONTENT_TYPE, - header::HeaderValue::from_static("application/json"), - ); + header::HeaderValue::from_static("application/json"), + ); let client = reqwest::Client::builder().default_headers(headers); client.build().unwrap()