Skip to content

Commit

Permalink
Fix formatting in 'levelized_file_stream'
Browse files Browse the repository at this point in the history
  • Loading branch information
SSoelvsten committed Jul 4, 2024
1 parent 5c9f365 commit 38a2ac5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/adiar/internal/io/levelized_file_stream.h
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,7 @@ namespace adiar::internal
{
if (!f->exists()) f->touch();

for (size_t s_idx = 0; s_idx < streams; s_idx++)
_streams[s_idx].attach(f->_files[s_idx], f);
for (size_t s_idx = 0; s_idx < streams; s_idx++) _streams[s_idx].attach(f->_files[s_idx], f);
}

////////////////////////////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 38a2ac5

Please sign in to comment.