diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index dbaca38..0ad70bb 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -25,7 +25,7 @@ jobs: fetch-depth: 0 - name: Run Super-Linter with Auto-Fix - uses: super-linter/super-linter@v7.2.1 + uses: super-linter/super-linter@v8.3.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} VALIDATE_ALL_CODEBASE: true diff --git a/xplane_plugin/include/threading-tools.h b/xplane_plugin/include/threading-tools.h index 9fc3921..6076187 100644 --- a/xplane_plugin/include/threading-tools.h +++ b/xplane_plugin/include/threading-tools.h @@ -16,7 +16,7 @@ struct ThreadMessage { ThreadMessage(float const (&values)[4], const bool tf) : values_for_packet{values[0], values[1], values[2], values[3]}, - end_execution_flag(tf){}; + end_execution_flag(tf) {}; }; class ThreadQueue {