diff --git a/runtime/src/api_token.rs b/runtime/src/api_token.rs index f2fe7a14..ff7e31ae 100644 --- a/runtime/src/api_token.rs +++ b/runtime/src/api_token.rs @@ -11,7 +11,7 @@ pub static API_TOKEN: Lazy = Lazy::new(|| { APIToken::from_bytes(token.to_vec()) }); -pub struct APIToken{ +pub struct APIToken { hex_text: String, }