Commit 516f603857d10fa2726a278d9059b2455ba97c97

Authored by Henry Schreiner
Committed by Henry Schreiner
1 parent 4f14dbde

fix: bad formatting for footnote

Showing 1 changed file with 2 additions and 2 deletions
.pre-commit-config.yaml
@@ -23,8 +23,8 @@ repos: @@ -23,8 +23,8 @@ repos:
23 - repo: https://github.com/pre-commit/mirrors-clang-format 23 - repo: https://github.com/pre-commit/mirrors-clang-format
24 rev: v14.0.3 24 rev: v14.0.3
25 hooks: 25 hooks:
26 - - id: clang-format  
27 - types_or: [c++, c, cuda] 26 + - id: clang-format
  27 + types_or: [c++, c, cuda]
28 28
29 - repo: https://github.com/cheshirekow/cmake-format-precommit 29 - repo: https://github.com/cheshirekow/cmake-format-precommit
30 rev: v0.6.13 30 rev: v0.6.13