Skip to content

Commit ddf4259

Browse files
committed
fmt
1 parent befef0d commit ddf4259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/template_helpers.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ fn replace_helper(text: &JsonValue, original: &JsonValue, replacement: &JsonValu
537537
JsonValue::String(s) => s,
538538
other => &other.to_string(),
539539
};
540-
540+
541541
text_str.replace(original_str, replacement_str).into()
542542
}
543543

0 commit comments

Comments
 (0)