From fdfac635735612f48f2fcb1969798579916af69c Mon Sep 17 00:00:00 2001 From: Leigh McCulloch <351529+leighmcculloch@users.noreply.github.com> Date: Tue, 21 Jan 2025 16:09:22 +1000 Subject: [PATCH] fmt --- soroban-sdk/src/token.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/soroban-sdk/src/token.rs b/soroban-sdk/src/token.rs index d5be798c..5c11b3f1 100644 --- a/soroban-sdk/src/token.rs +++ b/soroban-sdk/src/token.rs @@ -428,6 +428,7 @@ pub trait StellarAssetInterface { /// /// If the contract has not yet been initialized. fn symbol(env: Env) -> String; + /// Sets the administrator to the specified address `new_admin`. /// /// # Arguments