From f95a4898abd5888c34b31354cdbe9a909958aa08 Mon Sep 17 00:00:00 2001
From: Yuchen Zeng <zyc@google.com>
Date: Tue, 21 Jun 2016 23:27:46 -0700
Subject: [PATCH] Fixed format issues

---
 src/objective-c/tests/build_example_test.sh | 2 +-
 src/objective-c/tests/build_one_example.sh  | 2 +-
 tools/run_tests/run_tests.py                | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/objective-c/tests/build_example_test.sh b/src/objective-c/tests/build_example_test.sh
index 3cc0c55234..73405695e8 100755
--- a/src/objective-c/tests/build_example_test.sh
+++ b/src/objective-c/tests/build_example_test.sh
@@ -1,5 +1,5 @@
 #!/bin/bash
-# Copyright 2015, Google Inc.
+# Copyright 2016, Google Inc.
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
diff --git a/src/objective-c/tests/build_one_example.sh b/src/objective-c/tests/build_one_example.sh
index 131fbd780d..56f686319e 100755
--- a/src/objective-c/tests/build_one_example.sh
+++ b/src/objective-c/tests/build_one_example.sh
@@ -1,5 +1,5 @@
 #!/bin/bash
-# Copyright 2015, Google Inc.
+# Copyright 2016, Google Inc.
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
diff --git a/tools/run_tests/run_tests.py b/tools/run_tests/run_tests.py
index 0d77f0dbf9..580afc32de 100755
--- a/tools/run_tests/run_tests.py
+++ b/tools/run_tests/run_tests.py
@@ -603,8 +603,8 @@ class ObjCLanguage(object):
   def test_specs(self):
     return [self.config.job_spec(['src/objective-c/tests/run_tests.sh'], None,
                                   environ=_FORCE_ENVIRON_FOR_WRAPPERS),
-            self.config.job_spec(['src/objective-c/tests/build_example_test.sh'], None,
-                                  environ=_FORCE_ENVIRON_FOR_WRAPPERS)]
+            self.config.job_spec(['src/objective-c/tests/build_example_test.sh'],
+                                 None, environ=_FORCE_ENVIRON_FOR_WRAPPERS)]
 
   def pre_build_steps(self):
     return []
-- 
GitLab