mirror of
https://github.com/eosswedenorg/thalos
synced 2026-07-04 12:03:41 +02:00
app/ship_processor.go: typo fix.
This commit is contained in:
parent
2acae14ff8
commit
64459eca10
1 changed files with 1 additions and 1 deletions
|
|
@ -274,7 +274,7 @@ func (processor *ShipProcessor) processBlock(block *ship.GetBlocksResultV0) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Close closes the writer assciated with the processor.
|
// Close closes the writer associated with the processor.
|
||||||
func (processor *ShipProcessor) Close() error {
|
func (processor *ShipProcessor) Close() error {
|
||||||
return processor.writer.Close()
|
return processor.writer.Close()
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue