From 2daa7274c5e8ab67d3381f3f90921e94cdf44ade Mon Sep 17 00:00:00 2001 From: Robert Verkerk Date: Tue, 19 Dec 2023 09:02:09 +0100 Subject: [PATCH] Remove extra space at end of line --- storage_tiering.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage_tiering.cpp b/storage_tiering.cpp index 38206f4..fae991e 100644 --- a/storage_tiering.cpp +++ b/storage_tiering.cpp @@ -772,7 +772,7 @@ namespace irods { if(qobj.size() == 0) { THROW( CAT_NO_ROWS_FOUND, - "failed to fetch group name by object and resource "); + "failed to fetch group name by object and resource"); } return qobj.front()[0];