Skip to content

Commit 68952bc

Browse files
committed
Removed stray character
1 parent 3e3cda7 commit 68952bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

encoding/encoder.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ func isEmptyValue(v reflect.Value) bool {
157157
case reflect.Interface, reflect.Ptr:
158158
return v.IsNil()
159159
}
160-
e
160+
161161
return reflect.DeepEqual(v.Interface(), reflect.Zero(v.Type()).Interface())
162162
}
163163

0 commit comments

Comments
 (0)