~sil2100/goget-ubuntu-touch/touch-devel-warning

« back to all changes in this revision

Viewing changes to ubuntu-emulator/snapshot.go

  • Committer: Snappy Tarmac
  • Author(s): Sergio Schvezov
  • Date: 2015-11-09 13:21:50 UTC
  • mfrom: (215.1.3 goget-ubuntu-touch)
  • Revision ID: snappy_tarmac-20151109132150-rav1tjvciogxzx0w
Catchup with snappy upstream changes by sergiusens approved by mvo

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
                        }
78
78
                }
79
79
        } else {
80
 
                errors.New("Command not implemented or supported")
 
80
                return errors.New("Command not implemented or supported")
81
81
        }
82
82
 
83
83
        return nil