Skip to content

Commit

Permalink
Merge pull request #134 from elebow/resolve-indentation-warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
skoji authored Jan 11, 2023
2 parents f5ab496 + 4ae7778 commit 98fcc78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lib/gepub/metadata_add.rb
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def add_metadata(name, content, id: nil, itemclass: Meta,
meta.add_alternates alternates
end
yield meta if block_given?
meta
end
meta
end
end
end
4 changes: 2 additions & 2 deletions tools/generate_function.rb
Original file line number Diff line number Diff line change
Expand Up @@ -189,9 +189,9 @@ def add_metadata(name, content, id: nil, itemclass: Meta,
meta.add_alternates alternates
end
yield meta if block_given?
meta
end
meta
end
end
end
EOF

0 comments on commit 98fcc78

Please sign in to comment.