Skip to content

Commit 77ddecd

Browse files
remove unwanted diff
1 parent dacae91 commit 77ddecd

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

TestVectors/runtimes/java/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,4 +139,4 @@ tasks.register<JavaExec>("runTests") {
139139
systemProperty("java.library.path", "build/libs")
140140
mainClass.set("TestsFromDafny")
141141
classpath = sourceSets["test"].runtimeClasspath
142-
}
142+
}

TestVectors/runtimes/java/data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,4 +389,4 @@
389389
]
390390
}
391391
]
392-
}
392+
}

TestVectors/runtimes/net/Generated/DDBEncryption/TypeConversion.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1670,4 +1670,4 @@ public static software.amazon.cryptography.dbencryptionsdk.dynamodb.internaldafn
16701670
}
16711671
}
16721672
}
1673-
}
1673+
}

TestVectors/runtimes/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ dafny_runtime = { path = "../../../submodules/smithy-dafny/TestModels/dafny-depe
2020
dashmap = "6.1.0"
2121
pem = "3.0.4"
2222
tokio = {version = "1.43.0", features = ["full"] }
23-
uuid = { version = "1.12.1", features = ["v4"] }
23+
uuid = { version = "1.12.1", features = ["v4"] }

TestVectors/runtimes/rust/src/create_client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ impl _CreateInterceptedDDBClient_Compile::_default {
6363
})
6464
}
6565

66-
}
66+
}

TestVectors/runtimes/rust/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ pub mod storm_tracker;
6565
pub mod time;
6666
pub mod uuid;
6767

68-
pub mod create_client;
68+
pub mod create_client;

0 commit comments

Comments
 (0)