Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
felixguendling committed Nov 4, 2024
1 parent cc6d94e commit 34e2d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/import.cc
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ data import(config const& c, fs::path const& data_path, bool const write) {
utl::to_vec(
t.datasets_,
[&, src = n::source_idx_t{}](auto&& x) mutable
-> std::pair<std::string, nl::loader_config> {
-> std::pair<std::string, nl::loader_config> {
auto const& [tag, dc] = x;
d.tags_->add(src++, tag);
return {dc.path_,
Expand Down

0 comments on commit 34e2d98

Please sign in to comment.