Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
dubzzz committed Apr 24, 2024
1 parent f4bae2f commit 693c157
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import type { DoubleConstraints } from '../../double';
import { refineConstraintsForFloatingOnly } from './FloatingOnlyHelpers';


const safeNegativeInfinity = Number.NEGATIVE_INFINITY;
const safePositiveInfinity = Number.POSITIVE_INFINITY;
const safeMaxValue = Number.MAX_VALUE;
Expand Down

0 comments on commit 693c157

Please sign in to comment.