Remove double quoting

This commit is contained in:
John Maguire 2020-07-08 18:13:50 +01:00
parent 6e63fb2cdc
commit 09ee66d771
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ jobs:
- name: clang-format
uses: clementine-player/clang-format-lint-action@master
with:
style: "'{BasedOnStyle: Google, DerivePointerBinding: false, Standard: Cpp11}'"
style: "{BasedOnStyle: Google, DerivePointerBinding: false, Standard: Cpp11}"
source: ./src
clangFormatVersion: 9