Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#393)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/pre-commit/mirrors-clang-format: v17.0.6 → v18.1.1](pre-commit/mirrors-clang-format@v17.0.6...v18.1.1)

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Mar 13, 2024
1 parent 552f44f commit 5aa16c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ repos:
# exclude: "tests/"

- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v17.0.6
rev: v18.1.1
hooks:
- id: clang-format
files: |
Expand Down
2 changes: 1 addition & 1 deletion ansys/mapdl/reader/cython/vtk_support.c
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ int ans_to_vtk(const int nelem, const int *elem, const int *elem_off,
add_line(build_offset, &elem[off], false);
// should never reach here
} // end of switch
} // end of loop
} // end of loop

/* printf("Done\n"); */

Expand Down

0 comments on commit 5aa16c5

Please sign in to comment.