Skip to content

Commit

Permalink
style consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan-rsm-McKenzie committed Aug 3, 2023
1 parent 0694731 commit c413b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/binary_io/binary_io.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ namespace binary_io

this->seek_relative(static_cast<binary_io::streamoff>(a_count));
return {
std::data(buffer) + where,
buffer.data() + where,
a_count
};
}
Expand Down

0 comments on commit c413b9b

Please sign in to comment.