From 4f9cfdd3375f8c1d5128ef8ad8e974a3d40fe4bd Mon Sep 17 00:00:00 2001 From: Andrew Waage Date: Fri, 7 Oct 2016 18:50:58 -0700 Subject: [PATCH] spacing --- lib/github_changelog_generator/octo_fetcher.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/github_changelog_generator/octo_fetcher.rb b/lib/github_changelog_generator/octo_fetcher.rb index c76affe..ee82e07 100644 --- a/lib/github_changelog_generator/octo_fetcher.rb +++ b/lib/github_changelog_generator/octo_fetcher.rb @@ -313,6 +313,7 @@ Make sure, that you push tags to remote repo via 'git push --tags'" def sys_abort(msg) abort(msg) end + # Returns the exponential backoff (seconds) for this attempt number # # @param [Integer] attempt the attempt number