rados: one minor reformat in errors.go

Signed-off-by: Mudit Agarwal <muagarwa@redhat.com>
This commit is contained in:
Mudit Agarwal 2020-07-30 07:48:53 +05:30 committed by John Mulligan
parent edcee808b1
commit 8788a901dc
1 changed files with 2 additions and 1 deletions

View File

@ -48,7 +48,8 @@ func getErrorIfNegative(ret C.int) error {
// Public go errors:
var (
// ErrNotConnected is returned when functions are called without a RADOS connection
// ErrNotConnected is returned when functions are called
// without a RADOS connection.
ErrNotConnected = errors.New("RADOS not connected")
// ErrEmptyArgument may be returned if a function argument is passed
// a zero-length slice or map.