From 3bfa3dafe335479aade55507719071f7dceb0d8c Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Wed, 18 Nov 2020 16:55:18 +0000 Subject: Clang format --- libpqpp/pq-error.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'libpqpp/pq-error.cpp') diff --git a/libpqpp/pq-error.cpp b/libpqpp/pq-error.cpp index 964d66b..ca33a26 100644 --- a/libpqpp/pq-error.cpp +++ b/libpqpp/pq-error.cpp @@ -1,13 +1,9 @@ #include "pq-error.h" -PQ::Error::Error(const PGconn * conn) : - msg(PQerrorMessage(conn)) -{ -} +PQ::Error::Error(const PGconn * conn) : msg(PQerrorMessage(conn)) { } std::string PQ::Error::message() const noexcept { return msg; } - -- cgit v1.2.3