mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-03-23 23:19:20 +02:00
cargo fmt
This commit is contained in:
parent
d1ca434023
commit
f0b59d0818
@ -91,8 +91,7 @@ fn create_catalog(ctx: &RenderContext) -> anyhow::Result<Catalog> {
|
||||
Some(path) => ctx.config.book.src.join(path),
|
||||
None => continue,
|
||||
};
|
||||
for msg in i18n_helpers::extract_msgs(&chapter.content)
|
||||
{
|
||||
for msg in i18n_helpers::extract_msgs(&chapter.content) {
|
||||
let source = format!("{}:{}", path.display(), msg.line_number());
|
||||
add_message(&mut catalog, msg.text(&chapter.content), &source);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user