From a590b30a47768e228c7da6d458c66e1de1aad204 Mon Sep 17 00:00:00 2001 From: stedif <stefano.difrischia@inaf.it> Date: Thu, 14 Apr 2022 14:12:26 +0200 Subject: [PATCH] L2SS-711: fix linting --- src/PqxxExtension.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PqxxExtension.hpp b/src/PqxxExtension.hpp index 75268f2..c24a10a 100644 --- a/src/PqxxExtension.hpp +++ b/src/PqxxExtension.hpp @@ -362,7 +362,7 @@ public: // simply use the pqxx utilities for this, rather than reinvent the wheel if(value.dim_y < 2) { - return "{" + separated_list(",", value.begin(), value.end()) + "}"; + return "{" + separated_list(",", value.begin(), value.end()) + "}"; } // In case of image, unwrap the vector. -- GitLab