a few more whitespace fixes

This commit is contained in:
Jim Anderson
2016-08-24 07:29:04 -05:00
parent e545842f7c
commit dbc2a1e45c
@@ -615,7 +615,7 @@ private void saveTokenAndResumeAction(json) {
atomicState.refreshToken = json?.refresh_token atomicState.refreshToken = json?.refresh_token
atomicState.authToken = json?.access_token atomicState.authToken = json?.access_token
if (atomicState.action) { if (atomicState.action) {
log.debug "ASYNC refreshTokenHandler: got refresh token, executing next action: ${atomicState.action}" log.debug "got refresh token, executing next action: ${atomicState.action}"
"${atomicState.action}"() "${atomicState.action}"()
} }
} else { } else {