Remove blank line
This commit is contained in:
@@ -3922,7 +3922,6 @@ class WebInterface(object):
|
|||||||
@cherrypy.expose
|
@cherrypy.expose
|
||||||
@requireAuth(member_of("admin"))
|
@requireAuth(member_of("admin"))
|
||||||
def reset_git_install(self, **kwargs):
|
def reset_git_install(self, **kwargs):
|
||||||
|
|
||||||
return self.do_state_change('reset', 'Resetting to {}'.format(common.RELEASE), 120)
|
return self.do_state_change('reset', 'Resetting to {}'.format(common.RELEASE), 120)
|
||||||
|
|
||||||
@cherrypy.expose
|
@cherrypy.expose
|
||||||
|
Reference in New Issue
Block a user