Skip to content

Commit

Permalink
Fix Style/AlignHash
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Jul 15, 2016
1 parent 9632679 commit 210dc58
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions library/commandline/test/clients/dummy_cmdline.rb
Expand Up @@ -35,14 +35,14 @@ def main
}
},
"options" => {
"text" => {
"text" => {
# Commandline option help
"help" => "Any text",
"type" => "string"
}
},
"mappings" => {
"echo" => ["text"]
"echo" => ["text"]
}
}

Expand Down
6 changes: 3 additions & 3 deletions library/control/test/ProductFeatures_test.rb
Expand Up @@ -22,10 +22,10 @@
let(:overlay_features) do
{
"globals" => {
"flags" => ["Namibia"]
"flags" => ["Namibia"]
},
"software" => {
"packages" => ["tangut-fonts"]
"packages" => ["tangut-fonts"]
}
}
end
Expand All @@ -40,7 +40,7 @@
"open_space" => false
},
"software" => {
"packages" => ["tangut-fonts"]
"packages" => ["tangut-fonts"]
}
}
end
Expand Down

0 comments on commit 210dc58

Please sign in to comment.