Skip to content

Commit

Permalink
Add newline to end of test file
Browse files Browse the repository at this point in the history
  • Loading branch information
WillChilds-Klein committed Oct 24, 2024
1 parent c175957 commit b8cb25a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/pkcs7/bio/bio_cipher_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -342,4 +342,4 @@ TEST_P(BIOCipherTest, Randomized) {
EXPECT_EQ(Bytes(pt.data(), pt.size()),
Bytes(decrypted.data(), decrypted.size()));
EXPECT_EQ(total_bytes, (int)decrypted.size());
}
}

0 comments on commit b8cb25a

Please sign in to comment.