Skip to content

Commit fbcbf04

Browse files
update
1 parent 3645285 commit fbcbf04

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ import java.util.logging.Logger
3636

3737
/**
3838
* Rust Client Codegen Plugin
39-
*
40-
* This is the entrypoint for code generation, triggered by the smithy-build plugin.
41-
* `resources/META-INF.services/software.amazon.smithy.build.SmithyBuildPlugin` refers to this class by name which
42-
* enables the smithy-build plugin to invoke `execute` with all Smithy plugin context + models.
43-
*/
39+
*
40+
* This is the entrypoint for code generation, triggered by the smithy-build plugin.
41+
* `resources/META-INF.services/software.amazon.smithy.build.SmithyBuildPlugin` refers to this class by name which
42+
* enables the smithy-build plugin to invoke `execute` with all Smithy plugin context + models.
43+
*/
4444
class RustClientCodegenPlugin : ClientDecoratableBuildPlugin() {
4545
override fun getName(): String = "rust-client-codegen"
4646

@@ -78,10 +78,10 @@ class RustClientCodegenPlugin : ClientDecoratableBuildPlugin() {
7878
companion object {
7979
/**
8080
* When generating code, smithy types need to be converted into Rust types—that is the core role of the symbol provider
81-
*
82-
* The Symbol provider is composed of a base [SymbolVisitor] which handles the core functionality, then is layered
83-
* with other symbol providers, documented inline, to handle the full scope of Smithy types.
84-
*/
81+
*
82+
* The Symbol provider is composed of a base [SymbolVisitor] which handles the core functionality, then is layered
83+
* with other symbol providers, documented inline, to handle the full scope of Smithy types.
84+
*/
8585
fun baseSymbolProvider(
8686
settings: ClientRustSettings,
8787
model: Model,

0 commit comments

Comments
 (0)