We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84d7b6b commit f1d2e1cCopy full SHA for f1d2e1c
.pre-commit-config.yaml
@@ -45,7 +45,7 @@ repos:
45
name: check .editorconfig rules
46
47
- repo: https://github.com/pre-commit/mirrors-clang-format
48
- rev: v19.1.7
+ rev: v20.1.0
49
hooks:
50
- id: clang-format
51
cpp-terminal/terminal_impl.hpp
@@ -18,8 +18,9 @@
18
namespace Term
19
{
20
21
-namespace Private {
22
- class Signals;
+namespace Private
+{
23
+class Signals;
24
}
25
26
class Terminal
0 commit comments