You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: codegen-client/src/main/kotlin/software/amazon/smithy/rust/codegen/client/smithy/generators/client/FluentClientGenerator.kt
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -342,7 +342,8 @@ class FluentClientGenerator(
342
342
// 118 | | ) -> Self {
343
343
// | |_____________^ duplicate definitions for `set_fields`
344
344
if (inputBuilderType.toString().endsWith("Builder")) {
345
-
rustTemplate("""
345
+
rustTemplate(
346
+
"""
346
347
##[#{AwsSdkUnstableAttribute}]
347
348
/// This function replaces the parameter with new one.
348
349
/// It is useful when you want to replace the existing data with de-serialized data.
0 commit comments