From 3261af8d715d05d1b4a25c54dbb81ddb9d5ce5f7 Mon Sep 17 00:00:00 2001 From: Jake Swenson Date: Tue, 17 May 2022 22:36:03 -0700 Subject: style(cargo fmt): Format code --- src/lib.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/lib.rs') 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 }, -- cgit v1.2.3