Skip to content

Commit

Permalink
Update Node_impl.hpp
Browse files Browse the repository at this point in the history
fixed lint issue
  • Loading branch information
yapa-ymtl authored Feb 4, 2025
1 parent b7c73fe commit 5b6a789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/CXXGraph/Node/Node_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const T &Node<T>::getData() const {
}

template <typename T>
T& Node<T>::getData() {
T &Node<T>::getData() {
return data;
}

Expand Down

0 comments on commit 5b6a789

Please sign in to comment.