Add missing newline at end of file

This commit is contained in:
Marshall Greenblatt 2022-08-16 09:54:33 -04:00
parent 7fdbb427bc
commit a4b8935427

View File

@ -518,4 +518,4 @@ TEST(CertificateErrorTest, RedirectMismatchedFromHttpServerContinue) {
/*continue_invalid_certificate=*/true, /*redirect_from_https=*/false);
handler->ExecuteTest();
ReleaseAndWaitForDestructor(handler);
}
}