Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
lroberts36 committed May 29, 2024
1 parent 5909597 commit 58cc64d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interface/data_collection.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class DataCollection {

auto c = std::make_shared<T>(name);
c->Initialize(src, fields, shallow);

containers_[key] = c;
return containers_[key];
}
Expand Down

0 comments on commit 58cc64d

Please sign in to comment.