mirror of
https://github.com/appium/appium.git
synced 2026-04-28 06:20:31 -05:00
fixed spacing
This commit is contained in:
+1
-1
@@ -55,7 +55,7 @@ function postRequest(data) {
|
||||
logger.info("starting auto register thread for grid. Will try to register every " + registerCycleTime + " ms.");
|
||||
setInterval(function() {
|
||||
if (first !== true) {
|
||||
isAlreadyRegistered (jsonObject, function(isRegistered) {
|
||||
isAlreadyRegistered(jsonObject, function(isRegistered) {
|
||||
if (isRegistered !== null && isRegistered !== true) {
|
||||
// make the http POST to the grid for registration
|
||||
registerToGrid(options_post, jsonObject);
|
||||
|
||||
Reference in New Issue
Block a user