Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit cecb8a6

Browse files
XAMPPRockybluss
andauthored
Update RELEASES.md
Co-authored-by: bluss <bluss@users.noreply.github.com>
1 parent 8dbbe78 commit cecb8a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Language
1616
if LENGTH == 0 {
1717
None
1818
} else {
19-
Some(&self.inner[LENGTH-1])
19+
Some(&self.inner[LENGTH - 1])
2020
}
2121
}
2222
}

0 commit comments

Comments
 (0)