Skip to content

Commit

Permalink
Add blank line to bytes.rn to pass check
Browse files Browse the repository at this point in the history
  • Loading branch information
traceflight authored Jan 5, 2025
1 parent b74e0c2 commit 931c16a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bytes.rn
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ assert_eq!(bytes[2..5], b"llo");
bytes[0] = b'H';
assert_eq!(bytes, b"Hello");
bytes[1] = b'E';
assert_eq!(bytes, b"HEllo");
assert_eq!(bytes, b"HEllo");

0 comments on commit 931c16a

Please sign in to comment.