From 791c4d7b7c89d68a3eda7e66a35ace852030caf8 Mon Sep 17 00:00:00 2001 From: Muxi Yan <mxyan@google.com> Date: Mon, 18 Jul 2016 15:12:19 -0700 Subject: [PATCH] Add new line to the end of fixture.h --- src/objective-c/tests/CoreCronetEnd2EndTests/fixture.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/objective-c/tests/CoreCronetEnd2EndTests/fixture.h b/src/objective-c/tests/CoreCronetEnd2EndTests/fixture.h index 31e36a71f2..45fbfc4bc8 100644 --- a/src/objective-c/tests/CoreCronetEnd2EndTests/fixture.h +++ b/src/objective-c/tests/CoreCronetEnd2EndTests/fixture.h @@ -31,4 +31,5 @@ * */ -int main(int argc, char **argv); \ No newline at end of file +int main(int argc, char **argv); + -- GitLab