Skip to content

Commit bc5cea9

Browse files
committed
MB-70453 go fmt (remove extra line from forward merge)
Change-Id: I5aa01809bd4a4e861cdba326672a581be0aaf063 Reviewed-on: https://review.couchbase.org/c/query/+/241814 Well-Formed: Restriction Checker Tested-by: Bingjie Miao <bingjie.miao@couchbase.com> Reviewed-by: Bingjie Miao <bingjie.miao@couchbase.com>
1 parent 31c84d4 commit bc5cea9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

primitives/couchbase/memcached.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,6 @@ func isOutOfBoundsError(err error) bool {
788788
return err != nil && strings.Contains(err.Error(), "Out of Bounds error")
789789
}
790790

791-
792791
func isAddrNotAvailable(err error) bool {
793792
if err == nil {
794793
return false

0 commit comments

Comments
 (0)