Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
gnunicorn committed Jan 30, 2025
1 parent 34d7245 commit 72611f8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions native/acter/src/api/deep_linking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,7 @@ impl Deref for RefDetails {
}

pub fn new_link_ref_details(title: String, uri: String) -> Result<CoreRefDetails> {
Ok(CoreRefDetails::Link {
title,
uri,
})
Ok(CoreRefDetails::Link { title, uri })
}
impl Client {
/// create a link ref details
Expand Down

0 comments on commit 72611f8

Please sign in to comment.