Skip to content

Commit deae9c2

Browse files
Fix gci import formatting issue
1 parent eb72c08 commit deae9c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go/appencryption/concurrent_benchmark_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ func BenchmarkSession_Decrypt_Concurrent(b *testing.B) {
4646
// Pre-encrypt data for concurrent decryption
4747
ctx := context.Background()
4848
payload := internal.GetRandBytes(benchmarkPayloadSize)
49-
49+
5050
// Create multiple copies of the encrypted data to avoid race conditions
5151
const numCopies = 100
5252
drrs := make([]*DataRowRecord, numCopies)

0 commit comments

Comments
 (0)