Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
make clippy happy
  • Loading branch information
SkymanOne committed Nov 28, 2023
commit e2e23e10f8c4267e83c137463109fab8077108bb
2 changes: 1 addition & 1 deletion integration-tests/mother/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ mod mother {
ink::env::debug_println!("debug_log: {}", _message);
}

/// Mutates the input string to return "Hello, {name}"
/// Mutates the input string to return "Hello, { name }"
#[ink(message)]
pub fn mut_hello_world(&self, mut message: String) -> String {
message = format!("Hello, {}", message);
Expand Down