Project

General

Profile

« Previous | Next » 

Revision 9d43fc71

Added by Michael Moll almost 6 years ago

Fixes #19789 - fix Layout/SpaceAroundOperators cop

View differences:

test/fact_importer_test_helper.rb
def flat_result
{
"good"=>"hello",
"common_ancestor::good_subtree::good_key"=>"hello",
"common_ancestor::good_subtree"=>nil,
"common_ancestor"=>nil
"good" => "hello",
"common_ancestor::good_subtree::good_key" => "hello",
"common_ancestor::good_subtree" => nil,
"common_ancestor" => nil
}
end
end

Also available in: Unified diff