We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73b40a4 commit 2647de9Copy full SHA for 2647de9
codegen-core/src/main/kotlin/software/amazon/smithy/rust/codegen/core/testutil/Rust.kt
@@ -100,7 +100,7 @@ private object Commands {
100
if (featuresToEnable != null) {
101
val s = featuresToEnable.joinToString { " " }
102
return "cargo test --features $s"
103
- }else {
+ } else {
104
return "cargo test"
105
}
106
@@ -115,7 +115,7 @@ private object Commands {
115
116
117
return "cargo check --features $s"
118
119
return "cargo check"
120
121
0 commit comments