From 9f713587c5a9ef40bd09cc917773c8b54f5fefcc Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Tue, 8 Apr 2025 17:30:30 -0400 Subject: Misc rust formatting --- rust/src/workflow.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust/src') diff --git a/rust/src/workflow.rs b/rust/src/workflow.rs index 90d6db84..b9c67a5d 100644 --- a/rust/src/workflow.rs +++ b/rust/src/workflow.rs @@ -168,7 +168,7 @@ impl Activity { pub(crate) unsafe fn from_raw(handle: NonNull) -> Self { Self { handle } } - + pub(crate) unsafe fn ref_from_raw(handle: NonNull) -> Ref { Ref::new(Self { handle }) } -- cgit v1.3.1