Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelang committed May 6, 2019
1 parent ae19ca6 commit a513845
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bindings/rust/evmc-declare/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ pub fn evmc_declare_vm(args: TokenStream, item: TokenStream) -> TokenStream {
if let Lit::Str(s) = l {
s.value()
} else {
panic!("Literal passed to evmc_declare_vm is not a valid UTF-8 string literal")
panic!(
"Literal passed to evmc_declare_vm is not a valid UTF-8 string literal"
)
}
}
}
Expand Down

0 comments on commit a513845

Please sign in to comment.