Skip to content

Commit ef9eade

Browse files
committed
some cleanup
1 parent 9ca1d2e commit ef9eade

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/integration/unified/matches.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,6 @@ func evaluateSpecialComparison(ctx context.Context, assertionDoc bson.Raw, actua
259259
} else {
260260
expectedF64 = float64(assertionVal.AsInt64())
261261
}
262-
263262
var actualF64 float64
264263
if actual.Type == bson.TypeDouble {
265264
actualF64 = actual.Double()

0 commit comments

Comments
 (0)