Remove useless option style=file

This commit is contained in:
Vasilii Rogin 2023-04-24 17:09:04 +03:00
parent b00c4dce99
commit 4c39d09a7a
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ jobs:
uses: actions/checkout@v3
- 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:
name: Android