Skip to content

Commit 2647de9

Browse files
update
1 parent 73b40a4 commit 2647de9

File tree

1 file changed

+2
-2
lines changed
  • codegen-core/src/main/kotlin/software/amazon/smithy/rust/codegen/core/testutil

1 file changed

+2
-2
lines changed

codegen-core/src/main/kotlin/software/amazon/smithy/rust/codegen/core/testutil/Rust.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ private object Commands {
100100
if (featuresToEnable != null) {
101101
val s = featuresToEnable.joinToString { " " }
102102
return "cargo test --features $s"
103-
}else {
103+
} else {
104104
return "cargo test"
105105
}
106106
}
@@ -115,7 +115,7 @@ private object Commands {
115115
if (featuresToEnable != null) {
116116
val s = featuresToEnable.joinToString { " " }
117117
return "cargo check --features $s"
118-
}else {
118+
} else {
119119
return "cargo check"
120120
}
121121
}

0 commit comments

Comments
 (0)