style: avoid whitespace-only diffs

This commit is contained in:
Glen Whitney 2022-12-22 11:10:23 -05:00
parent fa63022656
commit b5f30b7c58
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
import { Dependency, ImpType, ImpReturns } from "../core/Dispatcher";
import {Dependency, ImpType, ImpReturns} from "../core/Dispatcher";
declare module "./type" {
interface GenericReturn<Params> {

View File

@ -1,5 +1,5 @@
import { configDependency } from '../core/Config.js'
import { Signature, ImpType, Dependency } from '../core/Dispatcher.js'
import {configDependency} from '../core/Config.js'
import {Signature, ImpType, Dependency} from '../core/Dispatcher.js'
const DBL_EPSILON = Number.EPSILON || 2.2204460492503130808472633361816E-16