From: Steven Black Date: Mon, 15 Feb 2016 21:11:30 +0000 (-0500) Subject: Removed needless line feed in header. X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=e3a11f0d59c98111d3af1e26d78d99c0f0e1feea;p=stevenblack-hosts.git Removed needless line feed in header. --- diff --git a/updateHostsFile.py b/updateHostsFile.py index 57cc7af01..ddba54316 100644 --- a/updateHostsFile.py +++ b/updateHostsFile.py @@ -314,7 +314,7 @@ def writeOpeningHeader(finalFile): finalFile.seek(0) #write at the top writeData(finalFile, '# This file is a merged collection of hosts from reputable sources,\n') writeData(finalFile, '# with a dash of crowd sourcing via Github\n#\n') - writeData(finalFile, '# Latest version of this file: https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts\n#\n') + writeData(finalFile, '# Latest version of this file: https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts\n') writeData(finalFile, '# Project home page: https://github.com/StevenBlack/hosts\n#\n') writeData(finalFile, '# ===============================================================\n') writeData(finalFile, '\n')