indent fix

This commit is contained in:
Maxim Devaev 2023-08-04 03:15:14 +03:00
parent b2c9236721
commit 8c6e9eb4c1
3 changed files with 38 additions and 38 deletions

View File

@ -13,7 +13,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Installing deps... - name: Installing deps ...
run: sudo apt-get install cmake gcc-arm-none-eabi build-essential run: sudo apt-get install cmake gcc-arm-none-eabi build-essential
- name: Running tests ... - name: Running tests ...