Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ryantxu committed May 20, 2024
1 parent 43b23be commit 1e20bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ var conversionNames = map[int]string{

// String textual representation of the operation.
func (hs ConversionObjectEnvelope) String() string {
s, exists := storageOperationNames[int(hs)]
s, exists := conversionNames[int(hs)]
if exists {
return s
}
Expand Down

0 comments on commit 1e20bd7

Please sign in to comment.