You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2020/08/06 07:52:24 UTC

[airflow-site] branch master updated: Remove renundant empty line (#277)

This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow-site.git


The following commit(s) were added to refs/heads/master by this push:
     new fd501a8  Remove renundant empty line (#277)
fd501a8 is described below

commit fd501a8e314e521daa7b3db94b52c9a4115855e7
Author: Jarek Potiuk <ja...@polidea.com>
AuthorDate: Thu Aug 6 09:52:15 2020 +0200

    Remove renundant empty line (#277)
    
    Triggering build
---
 site.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/site.sh b/site.sh
index 74025a1..aa26e88 100755
--- a/site.sh
+++ b/site.sh
@@ -16,7 +16,6 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
-
 set -euox pipefail
 
 WORKING_DIR="$(pwd)"