Skip to content

Commit f1d2e1c

Browse files
[pre-commit.ci] pre-commit autoupdate (#395)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pre-commit/mirrors-clang-format: v19.1.7 → v20.1.0](pre-commit/mirrors-clang-format@v19.1.7...v20.1.0) * [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>
1 parent 84d7b6b commit f1d2e1c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ repos:
4545
name: check .editorconfig rules
4646

4747
- repo: https://github.com/pre-commit/mirrors-clang-format
48-
rev: v19.1.7
48+
rev: v20.1.0
4949
hooks:
5050
- id: clang-format
5151

cpp-terminal/terminal_impl.hpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@
1818
namespace Term
1919
{
2020

21-
namespace Private {
22-
class Signals;
21+
namespace Private
22+
{
23+
class Signals;
2324
}
2425

2526
class Terminal

0 commit comments

Comments
 (0)