From 52f37aaabcc6da42e5e9bc7c0404f5bcb71d0e30 Mon Sep 17 00:00:00 2001 From: bitzoic Date: Wed, 3 Jan 2024 10:21:16 -0500 Subject: [PATCH] Format errors --- sway-lib-std/src/auth.sw | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sway-lib-std/src/auth.sw b/sway-lib-std/src/auth.sw index 652ff61e8a9..8c2812a2fdc 100644 --- a/sway-lib-std/src/auth.sw +++ b/sway-lib-std/src/auth.sw @@ -179,7 +179,7 @@ pub fn caller_address() -> Result { } /// Get the current predicate's id when called in an internal context. -/// +/// /// # Returns /// /// * [Address] - The address of this predicate. @@ -201,7 +201,7 @@ pub fn caller_address() -> Result { pub fn predicate_id() -> Address { // Get index of current predicate. // i3 = GM_GET_VERIFYING_PREDICATE - let predicate_index = asm(r1) { + let predicate_index = asm(r1) { gm r1 i3; r1: u64 };