From 2aa6ef1cceee695f5034935955261d2648d8a23c Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Tue, 5 Nov 2024 19:29:03 +0100 Subject: [PATCH] Syntax --- runtime/src/api_token.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }