ceftests: Add missing newline at end of file

This commit is contained in:
Marshall Greenblatt 2021-04-23 21:00:43 -04:00
parent 3c8507c4a3
commit 511e10d594
1 changed files with 1 additions and 1 deletions

View File

@ -1786,4 +1786,4 @@ CORS_TEST_REDIRECT_POST_ALL(307, MODE_307)
// Called from client_app_delegates.cc.
void CreateCorsBrowserTests(client::ClientAppBrowser::DelegateSet& delegates) {
delegates.insert(new CorsBrowserTest);
}
}