One newline too many

This commit is contained in:
Justinas Stankevičius 2014-08-15 20:40:57 +03:00
parent 5f2bd78693
commit 360c0bb755
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@ import (
var filenameRegex = `^([0-9]+)_(.*)\.(up|down)\.%s$`
// FilenameRegex builds regular expression stmt with given
// filename extension from driver.
func FilenameRegex(filenameExtension string) *regexp.Regexp {