From 931c16a89237e19358639bcf764979a7293a9992 Mon Sep 17 00:00:00 2001 From: Julian Wang Date: Sun, 5 Jan 2025 22:59:37 +0800 Subject: [PATCH] Add blank line to bytes.rn to pass check --- scripts/bytes.rn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bytes.rn b/scripts/bytes.rn index cf8a7a860..3e0a4d587 100644 --- a/scripts/bytes.rn +++ b/scripts/bytes.rn @@ -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"); \ No newline at end of file +assert_eq!(bytes, b"HEllo");