aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib.rs b/src/lib.rs
index ae2ed46..bc4b0e7 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -18,9 +18,7 @@ const NOTION_API_VERSION: &str = "2022-02-22";
#[derive(Debug, thiserror::Error)]
pub enum Error {
#[error("Invalid Notion API Token: {}", source)]
- InvalidApiToken {
- source: header::InvalidHeaderValue,
- },
+ InvalidApiToken { source: header::InvalidHeaderValue },
#[error("Unable to build reqwest HTTP client: {}", source)]
ErrorBuildingClient { source: reqwest::Error },