Browse Source

go fmt

pull/1171/head
Chris Lu 5 years ago
parent
commit
9ff72f616a
  1. 1
      weed/storage/disk_location.go

1
weed/storage/disk_location.go

@ -155,7 +155,6 @@ func (l *DiskLocation) DeleteCollectionFromDiskLocation(collection string) (e er
e = fmt.Errorf(errBuilder.String())
}
return
}

Loading…
Cancel
Save