You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2018/02/27 12:43:39 UTC

[cordova-windows] 21/26: fix eslint

This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch janpio-win10only
in repository https://gitbox.apache.org/repos/asf/cordova-windows.git

commit d1d2a1e1a1647f9f4d0f5728dc916d40626457d4
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Fri Feb 16 01:40:10 2018 +0100

    fix eslint
---
 bin/lib/check_reqs.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/lib/check_reqs.js b/bin/lib/check_reqs.js
index c8bae2f..14702bf 100644
--- a/bin/lib/check_reqs.js
+++ b/bin/lib/check_reqs.js
@@ -339,7 +339,7 @@ module.exports.run = function () {
  * @param {String}  target_platorm        Target platform ('8.1' or '10.0')
  */
 module.exports.isWinSDKPresent = function (target_platform) {
-    return checkWinSdk(target_platform, target_platform); 
+    return checkWinSdk(target_platform, target_platform);
 };
 
 // Checks if min SDK required to build Windows Phone 8.1 project is present

-- 
To stop receiving notification emails like this one, please contact
janpio@apache.org.

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org