Fix formatting.

This commit is contained in:
Stephen Chung 2022-01-17 07:50:29 +08:00
parent 57cfd6a354
commit 573bfe46dd

View File

@ -101,7 +101,7 @@ impl FuncInfo {
match typ {
"" | "()" => "".into(),
RHAI_RESULT_TYPE => RHAI_RESULT_TYPE_EXPAND.into(),
ty if ty.starts_with(RHAI_RESULT_OF_TYPE) && ty.ends_with(">") => {
ty if ty.starts_with(RHAI_RESULT_OF_TYPE) && ty.ends_with('>') => {
RHAI_RESULT_OF_TYPE_EXPAND
.replace("{}", ty[RHAI_RESULT_OF_TYPE.len()..ty.len() - 1].trim())
.into()