mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-13 07:34:36 +01:00
whitespace
This commit is contained in:
@@ -6,8 +6,8 @@ static CLIENT: Lazy<reqwest::Client> = Lazy::new(|| {
|
|||||||
headers.insert(USER_AGENT, header::HeaderValue::from_static("cultivation"));
|
headers.insert(USER_AGENT, header::HeaderValue::from_static("cultivation"));
|
||||||
headers.insert(
|
headers.insert(
|
||||||
CONTENT_TYPE,
|
CONTENT_TYPE,
|
||||||
header::HeaderValue::from_static("application/json"),
|
header::HeaderValue::from_static("application/json"),
|
||||||
);
|
);
|
||||||
|
|
||||||
let client = reqwest::Client::builder().default_headers(headers);
|
let client = reqwest::Client::builder().default_headers(headers);
|
||||||
client.build().unwrap()
|
client.build().unwrap()
|
||||||
|
|||||||
Reference in New Issue
Block a user