diff options
| author | mo khan <mo@mokhan.ca> | 2025-06-10 08:37:31 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-06-10 08:37:31 -0600 |
| commit | 50867b812214d9454f27d3153cf36d969a7d6c95 (patch) | |
| tree | 85438be0ada067649283a4a6062d7f309df3698f /src/oauth/types.rs | |
| parent | 6280c98938469ac6f8b18dc7341cd47cdfc60ec3 (diff) | |
chore: rustfmt each file
Diffstat (limited to 'src/oauth/types.rs')
| -rw-r--r-- | src/oauth/types.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/oauth/types.rs b/src/oauth/types.rs index 685af02..6c62edf 100644 --- a/src/oauth/types.rs +++ b/src/oauth/types.rs @@ -36,4 +36,4 @@ pub struct AuthCode { pub scope: Option<String>, pub expires_at: u64, pub user_id: String, -}
\ No newline at end of file +} |
