From ca0b3743b7511984bcb5af2ac482e32f79cebcd8 Mon Sep 17 00:00:00 2001 From: kaipi Date: Fri, 4 Jan 2019 13:40:44 -0500 Subject: [PATCH] Remove blank line at the top of the test tool definition. RELNOTES: None PiperOrigin-RevId: 227878199 --- test/apple_support_test.bzl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/apple_support_test.bzl b/test/apple_support_test.bzl index 6c05f77..b280123 100644 --- a/test/apple_support_test.bzl +++ b/test/apple_support_test.bzl @@ -20,8 +20,7 @@ load( # Contents of the tool that writes the state of the action into a file. The first argument to this # script is the path to the output file. -_TEST_TOOL_CONTENTS = """ -#!/bin/bash +_TEST_TOOL_CONTENTS = """#!/bin/bash set -eu