tomcat module: fix indentation

This commit is contained in:
Chris Rebert 2013-07-23 11:15:22 -07:00
parent 3848a498f3
commit cfecdd062f

View File

@ -439,7 +439,7 @@ def deploy_war(war, context, force='no', url='http://localhost:8080/manager', en
try:
__salt__['file.set_mode'](cached, '0644')
except KeyError:
pass
pass
# Prepare options
opts = {