Skip to content

Commit 825b5fa

Browse files
authored
Auto-update pre-commit hooks (#8)
Update versions of tools in pre-commit configs to latest version
2 parents 25cc322 + 67dbd6d commit 825b5fa

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020

2121
# CMake linting and formatting
2222
- repo: https://github.com/BlankSpruce/gersemi
23-
rev: 0.25.1
23+
rev: 0.25.4
2424
hooks:
2525
- id: gersemi
2626
name: CMake linting

include/beman/expected/bad_expected_access.hpp

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,7 @@ namespace std {
4242
}
4343
pcc*/
4444
namespace beman {
45-
namespace expected {
46-
47-
48-
}
49-
}
45+
namespace expected {}
46+
} // namespace beman
5047

5148
#endif

0 commit comments

Comments
 (0)