Skip to content

Commit efb8baa

Browse files
pre-commit
1 parent 3635457 commit efb8baa

File tree

1 file changed

+2
-1
lines changed
  • codegen-client/src/main/kotlin/software/amazon/smithy/rust/codegen/client/smithy/generators/client

1 file changed

+2
-1
lines changed

codegen-client/src/main/kotlin/software/amazon/smithy/rust/codegen/client/smithy/generators/client/FluentClientGenerator.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,8 @@ class FluentClientGenerator(
342342
// 118 | | ) -> Self {
343343
// | |_____________^ duplicate definitions for `set_fields`
344344
if (inputBuilderType.toString().endsWith("Builder")) {
345-
rustTemplate("""
345+
rustTemplate(
346+
"""
346347
##[#{AwsSdkUnstableAttribute}]
347348
/// This function replaces the parameter with new one.
348349
/// It is useful when you want to replace the existing data with de-serialized data.

0 commit comments

Comments
 (0)