Skip to content

Commit 9f71358

Browse files
committed
Misc rust formatting
1 parent ea9b316 commit 9f71358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/src/workflow.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ impl Activity {
168168
pub(crate) unsafe fn from_raw(handle: NonNull<BNActivity>) -> Self {
169169
Self { handle }
170170
}
171-
171+
172172
pub(crate) unsafe fn ref_from_raw(handle: NonNull<BNActivity>) -> Ref<Self> {
173173
Ref::new(Self { handle })
174174
}

0 commit comments

Comments
 (0)