added missing comma lost in previous commit

This commit is contained in:
Krishna Vedala 2020-05-29 19:31:48 -04:00
parent 7e634c2cb3
commit daca1b5715

View File

@ -50,7 +50,7 @@ jobs:
git commit -am "formatting source-code for $GITHUB_SHA" || true git commit -am "formatting source-code for $GITHUB_SHA" || true
env: env:
line1: "{ BasedOnStyle: Google, UseTab: Never," line1: "{ BasedOnStyle: Google, UseTab: Never,"
line2: "IndentWidth: 4, TabWidth: 4" line2: "IndentWidth: 4, TabWidth: 4, "
line3: "AllowShortIfStatementsOnASingleLine: false, IndentCaseLabels: false," line3: "AllowShortIfStatementsOnASingleLine: false, IndentCaseLabels: false,"
line4: "ColumnLimit: 80, AccessModifierOffset: -3 }" line4: "ColumnLimit: 80, AccessModifierOffset: -3 }"
- name: Git Push - name: Git Push