mirror of
https://github.com/rclone/rclone.git
synced 2026-02-28 18:33:35 +00:00
internxt: fix lint problems
This commit is contained in:
@@ -19,7 +19,6 @@ import (
|
||||
"golang.org/x/oauth2"
|
||||
)
|
||||
|
||||
|
||||
type userInfo struct {
|
||||
RootFolderID string
|
||||
Bucket string
|
||||
|
||||
@@ -743,6 +743,8 @@ func (f *Fs) About(ctx context.Context) (*fs.Usage, error) {
|
||||
return usage, nil
|
||||
}
|
||||
|
||||
// Shutdown the backend, closing any background tasks and any cached
|
||||
// connections.
|
||||
func (f *Fs) Shutdown(ctx context.Context) error {
|
||||
buckets.WaitForPendingThumbnails()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user