Skip to content

Commit 5460d79

Browse files
authored
fix(sidekick/rust): remove trailing whitespace from generic templates (#4551)
Fixes #4549.
1 parent 19f0fd4 commit 5460d79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/sidekick/rust/templates/crate/src/transport.rs.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ impl super::stub::{{Codec.Name}} for {{Codec.Name}} {
122122
{{^Codec.HasVariablePath}}
123123
let path = "{{Codec.PathFmt}}".to_string();
124124
{{/Codec.HasVariablePath}}
125-
125+
126126
{{#Codec.DetailedTracingAttributes}}
127127
let path_template = "{{Codec.PathTemplate}}";
128128
{{/Codec.DetailedTracingAttributes}}

0 commit comments

Comments
 (0)