Apple_Actions\Index\Push::clean_workspace PHP Method

clean_workspace() private method

Clean up the workspace.
private clean_workspace ( )
    private function clean_workspace()
    {
        if (is_null($this->exporter)) {
            return;
        }
        $this->exporter->workspace()->clean_up();
    }