Refactoring

This commit is contained in:
Kota Kanbe
2017-05-18 16:04:44 +09:00
committed by kota kanbe
parent 7f8c975bd7
commit 9128e2748b
2 changed files with 8 additions and 8 deletions

View File

@@ -26,7 +26,7 @@ func (o *unknown) checkIfSudoNoPasswd() error {
return nil
}
func (o unknown) checkDependencies() error {
func (o *unknown) checkDependencies() error {
return nil
}