Skip to content

Commit

Permalink
wow, ok
Browse files Browse the repository at this point in the history
  • Loading branch information
ctb committed Dec 17, 2024
1 parent e910e7c commit 6b6df75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/src/signature.rs
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ fn default_version() -> f64 {

impl Signature {
pub fn name(&self) -> Option<String> {
self.name.as_ref().map(|name| name.clone())
self.name.clone()
}

// return name, if not None; or "" if None.
Expand Down

0 comments on commit 6b6df75

Please sign in to comment.