summaryrefslogtreecommitdiff
path: root/src/oauth/mod.rs
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-06-10 08:37:31 -0600
committermo khan <mo@mokhan.ca>2025-06-10 08:37:31 -0600
commit50867b812214d9454f27d3153cf36d969a7d6c95 (patch)
tree85438be0ada067649283a4a6062d7f309df3698f /src/oauth/mod.rs
parent6280c98938469ac6f8b18dc7341cd47cdfc60ec3 (diff)
chore: rustfmt each file
Diffstat (limited to 'src/oauth/mod.rs')
-rw-r--r--src/oauth/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/oauth/mod.rs b/src/oauth/mod.rs
index d6717c2..3a0d861 100644
--- a/src/oauth/mod.rs
+++ b/src/oauth/mod.rs
@@ -2,4 +2,4 @@ pub mod server;
pub mod types;
pub use server::OAuthServer;
-pub use types::{AuthCode, Claims, ErrorResponse, TokenResponse}; \ No newline at end of file
+pub use types::{AuthCode, Claims, ErrorResponse, TokenResponse};