Style fix [ci skip]. #71

This commit is contained in:
Andrey Smirnov
2015-03-18 23:27:21 +03:00
parent 4d622e467c
commit 22c656d18e

View File

@@ -24,6 +24,7 @@ type Changes struct {
Stanza Stanza
}
// NewChanges moves .changes file into temporary directory and creates Changes structure
func NewChanges(path string) (*Changes, error) {
var err error