Skip to content

Commit

Permalink
make rubocop happy
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Apr 2, 2015
1 parent da1fb94 commit 09575b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/migration/main_workflow.rb
Expand Up @@ -48,7 +48,7 @@ def run
abort: "restore",
next: "proposals"
},
"proposals" => {
"proposals" => {
abort: "restore",
next: :next
},
Expand All @@ -61,7 +61,7 @@ def aliases
{
"restore" => ->() { restore_state },
"repositories" => ->() { repositories },
"proposals" => ->() { proposals }
"proposals" => ->() { proposals }
}
end

Expand Down

0 comments on commit 09575b1

Please sign in to comment.