Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
alvinosh committed Sep 17, 2024
1 parent ffef6e3 commit 4699af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc_example/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ pub fn add_array(left: u64, array: Vec<u64>) -> u64 {
return a + left;
}

uniffi_rpc_server!(add, add_array);
uniffi_rpc_server!(add, add_array);

0 comments on commit 4699af4

Please sign in to comment.