test clean
This commit is contained in:
parent
6d22037602
commit
3770190db5
14 changed files with 92 additions and 83 deletions
|
|
@ -83,3 +83,8 @@ func (s *Single) RemoveQuad(q quad.Quad) error {
|
|||
}
|
||||
return s.ts.ApplyDeltas(deltas)
|
||||
}
|
||||
|
||||
func (s *Single) Close() error {
|
||||
// Nothing to clean up locally.
|
||||
return nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue