Commit 6661b0b8 authored by Robert Speicher's avatar Robert Speicher

Fix Style/EmptyLines violation in lib/feature.rb

parent b8a7b59d
...@@ -39,7 +39,6 @@ class Feature ...@@ -39,7 +39,6 @@ class Feature
get(key).disable get(key).disable
end end
def flipper def flipper
@flipper ||= begin @flipper ||= begin
adapter = Flipper::Adapters::ActiveRecord.new( adapter = Flipper::Adapters::ActiveRecord.new(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment