Skip to content

Commit e9d6992

Browse files
committed
Fix formatting
1 parent 7e28b8b commit e9d6992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: include/InfluxDB/InfluxDBException.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ namespace influxdb
8181
{
8282
public:
8383
ConnectionError(const std::string& source, const std::string& message)
84-
: InfluxDBException("influx-cxx [" + source + "]: " + message){};
84+
: InfluxDBException("influx-cxx [" + source + "]: " + message) {};
8585
};
8686

8787

0 commit comments

Comments
 (0)