Skip to content

Commit

Permalink
fix(#3071): checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
maxonfjvipon committed Apr 10, 2024
1 parent 1397697 commit 4c259db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eo-runtime/src/main/java/EOorg/EOeolang/Heaps.java
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ int malloc(final Phi phi, final int size) {
/**
* Get data from the block in memory by identifier.
* @param identifier Identifier of the pointer
* @param offset Offset to start reading from
* @param length Length of bytes to read
* @return Bytes from the block in memory
*/
byte[] read(final int identifier, final int offset, final int length) {
Expand Down

0 comments on commit 4c259db

Please sign in to comment.