aboutsummaryrefslogtreecommitdiff
package files

// Abort abandons the queued updates.
func (batch *Batch) Abort() error {
	return nil
}