Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisBiryukov91 committed Oct 1, 2024
1 parent c1121d7 commit c9c92a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/serialization.c
Original file line number Diff line number Diff line change
Expand Up @@ -163,4 +163,4 @@ _Z_IMPLEMENT_ZBYTES_ARITHMETIC(double, double)

bool ze_deserializer_is_done(const ze_deserializer_t *deserializer) {
return _z_bytes_reader_remaining(&deserializer->_reader) == 0;
}
}

0 comments on commit c9c92a6

Please sign in to comment.