Skip to content

Commit

Permalink
Lints
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhickman committed Sep 8, 2024
1 parent d90ba20 commit 5e82ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prost-reflect-build/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ impl Builder {
.type_attribute(full_name, "#[derive(::prost_reflect::ReflectMessage)]")
.type_attribute(
full_name,
&format!(r#"#[prost_reflect(message_name = "{}")]"#, full_name,),
format!(r#"#[prost_reflect(message_name = "{}")]"#, full_name,),
)
.type_attribute(full_name, &pool_attribute);
}
Expand Down

0 comments on commit 5e82ba6

Please sign in to comment.