Skip to content

Commit

Permalink
Fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
bootstraponline committed Dec 19, 2013
1 parent 85fb14b commit ca96a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/devices/android/android-common.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ androidCommon.installApp = function(cb) {
};

androidCommon.getAppMd5 = function(cb) {
md5(this.apkPath, function (err, md5Hash) {
md5(this.apkPath, function(err, md5Hash) {
if (err) return cb(err);
logger.info("MD5 for app is " + md5Hash);
cb(null, md5Hash);
Expand Down

0 comments on commit ca96a52

Please sign in to comment.