Skip to content

Commit

Permalink
Fix alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
zi-2k authored and tobiasah committed Jun 17, 2024
1 parent dc5ba5e commit a7f73f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/labone/core/shf_vector_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def to_binary(self) -> tuple[bytes, _HeaderVersion]:
this encoding.
"""
return struct.pack(
"qIIddIIIIIHHHqH",
"=qIIddIIIIIHHHqH",
self.timestamp,
self.job_id,
self.repetition_id,
Expand Down

0 comments on commit a7f73f8

Please sign in to comment.