Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
robomics committed Dec 16, 2023
1 parent 41a1313 commit fdb1e89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ inline File SingleCellFile::open(std::string_view cell) const {
fmt::format(FMT_STRING("unable to find cell \"{}\" in file {}"), cell, path()));
}
return File(RootGroup{_root_grp->group.getGroup(fmt::format(FMT_STRING("cells/{}"), cell))});
}
} // NOLINT(clang-analyzer-cplusplus.NewDeleteLeaks)

template <typename N>
inline File SingleCellFile::create_cell(std::string_view cell, Attributes attrs) {
Expand Down

0 comments on commit fdb1e89

Please sign in to comment.