Update RELEASES.md
Co-authored-by: bluss <bluss@users.noreply.github.com>
This commit is contained in:
parent
8dbbe78be6
commit
cecb8a660c
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ Language
|
|||
if LENGTH == 0 {
|
||||
None
|
||||
} else {
|
||||
Some(&self.inner[LENGTH-1])
|
||||
Some(&self.inner[LENGTH - 1])
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue