Skip to content

Commit

Permalink
Remove extra space at end of line
Browse files Browse the repository at this point in the history
  • Loading branch information
cookie33 committed Dec 19, 2023
1 parent df2aae5 commit 2daa727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage_tiering.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit 2daa727

Please sign in to comment.