minor clean up

This commit is contained in:
Andrew Waage 2016-05-23 18:08:28 -07:00 committed by Olle Jonsson
parent a178822c83
commit 10cf2a0f04

View File

@ -20,9 +20,9 @@ module GitHubChangelogGenerator
# generator = GitHubChangelogGenerator::Generator.new
# content = generator.compound_changelog
def initialize(options = nil)
@options = options || {}
@options = options || {}
@tag_times_hash = {}
@fetcher = GitHubChangelogGenerator::OctoFetcher.new @options
@fetcher = GitHubChangelogGenerator::OctoFetcher.new @options
end
def fetch_issues_and_pr