From 5f29900d977e690d03a0acd3609f9f6b43c18b7f Mon Sep 17 00:00:00 2001 From: OsamaSayegh Date: Fri, 27 Aug 2021 10:38:59 +0300 Subject: [PATCH] Fix rubocop offense --- lib/patches/db/riak.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/patches/db/riak.rb b/lib/patches/db/riak.rb index f95ea9a4..06fbf53c 100644 --- a/lib/patches/db/riak.rb +++ b/lib/patches/db/riak.rb @@ -2,7 +2,7 @@ # riak-client 2.2.2 patches class Riak::Multiget - class <