From 516f603857d10fa2726a278d9059b2455ba97c97 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Sat, 7 May 2022 00:31:30 -0400 Subject: [PATCH] fix: bad formatting for footnote --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 148a8ed..d8dd0f5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,8 +23,8 @@ repos: - repo: https://github.com/pre-commit/mirrors-clang-format rev: v14.0.3 hooks: - - id: clang-format - types_or: [c++, c, cuda] + - id: clang-format + types_or: [c++, c, cuda] - repo: https://github.com/cheshirekow/cmake-format-precommit rev: v0.6.13 -- libgit2 0.21.4