Skip to content

Commit

Permalink
Merge pull request #213 from akmhmgc/master
Browse files Browse the repository at this point in the history
chore: Remove redundant variable assignment
  • Loading branch information
dasch authored Oct 29, 2024
2 parents b21dae2 + ba832c0 commit 24093ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/avro_turf/schema_store.rb
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,6 @@ def load_schema!(fullname, local_schemas_cache = {})

def build_schema_path(fullname)
*namespace, schema_name = fullname.split(".")
schema_path = File.join(@path, *namespace, schema_name + ".avsc")
File.join(@path, *namespace, "#{schema_name}.avsc")
end
end

0 comments on commit 24093ce

Please sign in to comment.