We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 233a1e7 + e9d6992 commit 653ae0cCopy full SHA for 653ae0c
.github/workflows/ci.yml
@@ -113,8 +113,9 @@ jobs:
113
runs-on: ubuntu-latest
114
steps:
115
- uses: actions/checkout@main
116
- - uses: DoozyX/clang-format-lint-action@master
+ - uses: jidicula/clang-format-action@main
117
name: "Verify formatting"
118
with:
119
- clangFormatVersion: 17
+ clang-format-version: 19
120
+ exclude-regex: "/3rd-party/"
121
include/InfluxDB/InfluxDBException.h
@@ -81,7 +81,7 @@ namespace influxdb
81
{
82
public:
83
ConnectionError(const std::string& source, const std::string& message)
84
- : InfluxDBException("influx-cxx [" + source + "]: " + message){};
+ : InfluxDBException("influx-cxx [" + source + "]: " + message) {};
85
};
86
87
0 commit comments