mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 21:13:04 +00:00
cleanup: trailing whitespace
This commit is contained in:
parent
a2ee7914fb
commit
be8b240771
2
Rakefile
2
Rakefile
@ -3,7 +3,7 @@
|
|||||||
require 'fileutils'
|
require 'fileutils'
|
||||||
|
|
||||||
def find_version
|
def find_version
|
||||||
File.read("yasnippet.el") =~ /;; Package-version: *([0-9.]+[a-z]?) *$/
|
File.read("yasnippet.el") =~ /;; Package-version: *([0-9.]+?) *$/
|
||||||
$version = $1
|
$version = $1
|
||||||
end
|
end
|
||||||
find_version
|
find_version
|
||||||
|
Loading…
x
Reference in New Issue
Block a user