Add newlines at ends of files

This commit is contained in:
Joel Spadin
2014-11-23 23:11:00 -06:00
parent b86a2947e2
commit 5194f55210
2 changed files with 2 additions and 2 deletions

View File

@@ -365,4 +365,4 @@ gm(src).toBuffer(format, (err, buffer) => {
var imageMagick = gm.subClass({ imageMagick: true });
var readStream = imageMagick(src)
.adjoin()
.stream();
.stream();

2
gm/gm.d.ts vendored
View File

@@ -620,4 +620,4 @@ declare module "gm" {
}
export = m;
}
}