summaryrefslogtreecommitdiff
path: root/rust/src
diff options
context:
space:
mode:
Diffstat (limited to 'rust/src')
-rw-r--r--rust/src/workflow.rs2
1 files changed, 1 insertions, 1 deletions
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<BNActivity>) -> Self {
Self { handle }
}
-
+
pub(crate) unsafe fn ref_from_raw(handle: NonNull<BNActivity>) -> Ref<Self> {
Ref::new(Self { handle })
}