Skip to content

Commit 1496901

Browse files
fix
1 parent 0dca49e commit 1496901

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ import kotlin.io.path.absolutePathString
4646
private object Commands {
4747
const val CargoFmt = "cargo fmt"
4848
const val CargoClippy = "cargo clippy"
49-
49+
5050
private const val cfgUnstable = "--cfg aws_sdk_unstable"
5151
private const val allFeature = "--all-features"
5252

0 commit comments

Comments
 (0)