mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-10 15:16:28 +00:00
bulk code format fix (#8707)
This commit is contained in:
@@ -27,11 +27,7 @@ pub struct ReaderIterator<B> {
|
||||
impl<B: Buffer> ReaderIterator<B> {
|
||||
pub(super) fn new(reader: VectorReader<B>) -> Self {
|
||||
let end = reader.len();
|
||||
ReaderIterator {
|
||||
reader,
|
||||
front: 0,
|
||||
end,
|
||||
}
|
||||
ReaderIterator { reader, front: 0, end }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user