Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
Update blob/local_store.go
Browse files Browse the repository at this point in the history
Co-authored-by: Masih H. Derkani <[email protected]>
  • Loading branch information
hannahhoward and masih authored Jul 20, 2023
1 parent 0683187 commit b5ad9b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blob/local_store.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func (l *LocalStore) Start(context.Context) error {
return nil
}

func (l *LocalStore) Shutdown(_ context.Context) error {
func (l *LocalStore) Shutdown(context.Context) error {
return nil
}

Expand Down

0 comments on commit b5ad9b6

Please sign in to comment.