Cleaned some go vet warnings
This commit is contained in:
parent
f585e5119f
commit
fcfa672652
@ -64,7 +64,6 @@ func (parser *ParsingOperation) parseFaceSection () (
|
|||||||
|
|
||||||
if err != nil { return }
|
if err != nil { return }
|
||||||
}
|
}
|
||||||
return
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// parseFaceBehavior parses a single interface behavior. Indentation level is
|
// parseFaceBehavior parses a single interface behavior. Indentation level is
|
||||||
@ -127,6 +126,4 @@ func (parser *ParsingOperation) parseFaceBehavior () (
|
|||||||
declaration)
|
declaration)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user