Skip to content

Commit

Permalink
Fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mstrug-rdx committed Oct 4, 2023
1 parent 2dd2800 commit b9fbf65
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,10 @@ mod metadata_component {
global.set_metadata(key, UncheckedOrigin::of("https:/abc"));
}

pub fn get_metadata(global: Global<MetadataComponent>, key: String) -> Result<Option<String>, MetadataConversionError> {
pub fn get_metadata(
global: Global<MetadataComponent>,
key: String,
) -> Result<Option<String>, MetadataConversionError> {
global.get_metadata(key)
}
}
Expand Down

0 comments on commit b9fbf65

Please sign in to comment.