Remove blank line

This commit is contained in:
JonnyWong16 2020-03-06 15:43:18 -08:00
parent 097203162d
commit a98d7bd4eb

View file

@ -3922,7 +3922,6 @@ class WebInterface(object):
@cherrypy.expose
@requireAuth(member_of("admin"))
def reset_git_install(self, **kwargs):
return self.do_state_change('reset', 'Resetting to {}'.format(common.RELEASE), 120)
@cherrypy.expose