Skip to content

Commit

Permalink
fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
jinchengchenghh committed Aug 16, 2024
1 parent e91d5bb commit ab755e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/velox/shuffle/GlutenByteStream.h
Original file line number Diff line number Diff line change
Expand Up @@ -270,4 +270,4 @@ inline int128_t GlutenByteInputStream::read<int128_t>() {
readBytes(reinterpret_cast<uint8_t*>(&value), sizeof(value));
return value;
}
} // namespace facebook::velox
} // namespace facebook::velox

0 comments on commit ab755e5

Please sign in to comment.