Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: Jimmy Moore <[email protected]>
  • Loading branch information
jimmyaxod committed Dec 17, 2024
1 parent 7b4ae69 commit c62e0bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/storage/expose/nbd_dispatch.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
"github.com/loopholelabs/silo/pkg/storage"
)

var ErrShuttingDown = errors.New("shutting down. Cannot serve any new requests.")
var ErrShuttingDown = errors.New("shutting down. Cannot serve any new requests")

const dispatchBufferSize = 4 * 1024 * 1024

Expand Down

0 comments on commit c62e0bc

Please sign in to comment.