remove changes from generated file

This commit is contained in:
OMGeeky
2023-10-22 13:48:29 +02:00
parent aa8b90002e
commit 8895ac698f

View File

@@ -23,7 +23,7 @@ use crate::{client, client::GetToken, client::serde_with};
/// Identifies the an OAuth2 authorization scope.
/// A scope is needed when requesting an
/// [authorization token](https://developers.google.com/youtube/v3/guides/authentication).
#[derive(PartialEq, Eq, Hash, Debug, Clone)]
#[derive(PartialEq, Eq, Hash)]
pub enum Scope {
/// Manage your YouTube account
Full,