From 8788a901dcb339c4ebe2cfef589e3c4b7659b223 Mon Sep 17 00:00:00 2001 From: Mudit Agarwal Date: Thu, 30 Jul 2020 07:48:53 +0530 Subject: [PATCH] rados: one minor reformat in errors.go Signed-off-by: Mudit Agarwal --- rados/errors.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rados/errors.go b/rados/errors.go index 6bf98e6..03a2a01 100644 --- a/rados/errors.go +++ b/rados/errors.go @@ -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.