From 26f4224caab97e88059a593cafa2d2b4417f6639 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Sat, 16 May 2020 20:07:44 -0500 Subject: [PATCH] fixed indents Signed-off-by: Arthur Lu --- .github/workflows/ut-analysis.yml | 8 ++++---- .github/workflows/ut-superscript.yml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ut-analysis.yml b/.github/workflows/ut-analysis.yml index 68f6c4cd..6728d047 100644 --- a/.github/workflows/ut-analysis.yml +++ b/.github/workflows/ut-analysis.yml @@ -4,10 +4,10 @@ name: Analysis Unit Tests on: - push: - branches: [ master ] - pull_request: - branches: [ master ] + push: + branches: [ master ] + pull_request: + branches: [ master ] jobs: build: diff --git a/.github/workflows/ut-superscript.yml b/.github/workflows/ut-superscript.yml index 621e103a..457ff730 100644 --- a/.github/workflows/ut-superscript.yml +++ b/.github/workflows/ut-superscript.yml @@ -4,10 +4,10 @@ name: Superscript Unit Tests on: - push: - branches: [ master ] - pull_request: - branches: [ master ] + push: + branches: [ master ] + pull_request: + branches: [ master ] jobs: build: