Skip to content

Commit 996881b

Browse files
authored
Merge pull request #105 from stack-of-tasks/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 2e7a70d + e46e318 commit 996881b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ci:
22
autoupdate_branch: 'devel'
33
repos:
44
- repo: https://github.com/pre-commit/mirrors-clang-format
5-
rev: v14.0.6
5+
rev: v15.0.4
66
hooks:
77
- id: clang-format
88
args: [--style=Google]

include/dynamic-graph/logger.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ enum MsgType {
5959

6060
namespace dynamicgraph {
6161

62-
//#define LOGGER_VERBOSITY_INFO_WARNING_ERROR
62+
// #define LOGGER_VERBOSITY_INFO_WARNING_ERROR
6363
#define LOGGER_VERBOSITY_ALL
6464

6565
#define SEND_MSG(msg, type) \

0 commit comments

Comments
 (0)