Skip to content

Commit 9d565ab

Browse files
committed
Removed redundant whitespaces
1 parent 3af9876 commit 9d565ab

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

NodeChrome/generate_config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ cat <<_EOF
2323
"unregisterIfStillDownAfter": $NODE_UNREGISTER_IF_STILL_DOWN_AFTER,
2424
"downPollingLimit": $NODE_DOWN_POLLING_LIMIT,
2525
"debug": $GRID_DEBUG,
26-
"custom" : $NODE_CUSTOM
26+
"custom": $NODE_CUSTOM
2727
}
2828
_EOF

NodeFirefox/generate_config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ cat <<_EOF
3131
"unregisterIfStillDownAfter": $NODE_UNREGISTER_IF_STILL_DOWN_AFTER,
3232
"downPollingLimit": $NODE_DOWN_POLLING_LIMIT,
3333
"debug": $GRID_DEBUG,
34-
"custom" : $NODE_CUSTOM
34+
"custom": $NODE_CUSTOM
3535
}
3636
_EOF

NodeOpera/generate_config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ cat <<_EOF
2323
"unregisterIfStillDownAfter": $NODE_UNREGISTER_IF_STILL_DOWN_AFTER,
2424
"downPollingLimit": $NODE_DOWN_POLLING_LIMIT,
2525
"debug": $GRID_DEBUG,
26-
"custom" : $NODE_CUSTOM
26+
"custom": $NODE_CUSTOM
2727
}
2828
_EOF

0 commit comments

Comments
 (0)