mirror of
https://github.com/soypat/lneto.git
synced 2026-09-10 08:39:30 +00:00
gofmt: ran gofmt because noticed weird diffs in last commit, seemed OK though
This commit is contained in:
@@ -118,7 +118,6 @@ func (i6frm Frame) ClearHeader() {
|
|||||||
// Validate API.
|
// Validate API.
|
||||||
//
|
//
|
||||||
|
|
||||||
|
|
||||||
// ValidateSize checks the frame's size fields and compares with the actual buffer
|
// ValidateSize checks the frame's size fields and compares with the actual buffer
|
||||||
// the frame. It returns a non-nil error on finding an inconsistency.
|
// the frame. It returns a non-nil error on finding an inconsistency.
|
||||||
func (i6frm Frame) ValidateSize(v *lneto.Validator) {
|
func (i6frm Frame) ValidateSize(v *lneto.Validator) {
|
||||||
|
|||||||
@@ -177,7 +177,6 @@ func (tfrm Frame) String() string {
|
|||||||
// Validation API
|
// Validation API
|
||||||
//
|
//
|
||||||
|
|
||||||
|
|
||||||
// func (tfrm Frame) Validate(v *lneto.Validator) {
|
// func (tfrm Frame) Validate(v *lneto.Validator) {
|
||||||
// tfrm.ValidateSize(v)
|
// tfrm.ValidateSize(v)
|
||||||
// tfrm.ValidateExceptCRC(v)
|
// tfrm.ValidateExceptCRC(v)
|
||||||
|
|||||||
Reference in New Issue
Block a user