Skip to content

Commit 0676de2

Browse files
committed
Fix MegaLinter
1 parent 94f1295 commit 0676de2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGJE/DataModel/EMCALClusterDefinition.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ struct EMCALClusterDefinition {
100100
{
101101
return algorithm;
102102
}
103-
[[nodiscard]] std::string toString() const
103+
[[nodiscard]] const std::string& toString() const
104104
{
105105
return name;
106106
}

0 commit comments

Comments
 (0)