style: avoid whitespace-only diffs
This commit is contained in:
parent
fa63022656
commit
b5f30b7c58
@ -1,4 +1,4 @@
|
||||
import { Dependency, ImpType, ImpReturns } from "../core/Dispatcher";
|
||||
import {Dependency, ImpType, ImpReturns} from "../core/Dispatcher";
|
||||
|
||||
declare module "./type" {
|
||||
interface GenericReturn<Params> {
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user