cleanup: trailing whitespace

This commit is contained in:
João Távora 2012-05-29 22:30:27 +01:00
parent a2ee7914fb
commit be8b240771

View File

@ -3,7 +3,7 @@
require 'fileutils'
def find_version
File.read("yasnippet.el") =~ /;; Package-version: *([0-9.]+[a-z]?) *$/
File.read("yasnippet.el") =~ /;; Package-version: *([0-9.]+?) *$/
$version = $1
end
find_version