Skip to content

Commit

Permalink
Fix rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
cheerfulstoic committed Feb 4, 2015
1 parent da3051c commit 642cb28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/neo4j/railtie.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ def setup_default_session(cfg)

return if !cfg.sessions.empty?

cfg.sessions << {type: cfg.session_type, path: cfg.session_path, options: cfg.session_options}
end
cfg.sessions << {type: cfg.session_type, path: cfg.session_path, options: cfg.session_options}
end


def start_embedded_session(session)
Expand Down

0 comments on commit 642cb28

Please sign in to comment.