Remove useless option style=file
This commit is contained in:
parent
b00c4dce99
commit
4c39d09a7a
|
@ -46,7 +46,7 @@ jobs:
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: clang-format
|
- name: clang-format
|
||||||
run: find src -type f -exec clang-format -style=file --dry-run --Werror {} \;
|
run: find src -type f -exec clang-format --dry-run --Werror {} \;
|
||||||
|
|
||||||
android:
|
android:
|
||||||
name: Android
|
name: Android
|
||||||
|
|
Loading…
Reference in New Issue