Skip to content

Commit

Permalink
[H5Object] fix lgtm warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jgrewe committed Dec 3, 2020
1 parent 39e341a commit 22589a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/hdf5/h5x/H5Object.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ void H5Object::close() {


H5Object::~H5Object() {
close();
H5Object::close();
}


Expand Down

0 comments on commit 22589a6

Please sign in to comment.