Skip to content

Commit

Permalink
Fix indentation for code climate.
Browse files Browse the repository at this point in the history
  • Loading branch information
jawalonoski committed Mar 15, 2019
1 parent 33cb17f commit 5c3bc90
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/fhir_client/sections/history.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ def history(options)

# The history reply should be a bundle
bundle_klass = if @fhir_version == :stu3
FHIR::Bundle
else
FHIR::DSTU2::Bundle
end
FHIR::Bundle
else
FHIR::DSTU2::Bundle
end

reply.resource = parse_reply(bundle_klass, options[:format], reply)
reply.resource_class = options[:resource]
Expand Down

0 comments on commit 5c3bc90

Please sign in to comment.