From c1e7f750fcb41458b16922279d5e7857e883557f Mon Sep 17 00:00:00 2001 From: garrettmills Date: Tue, 22 Sep 2020 06:58:37 -0500 Subject: [PATCH] Fix formatting in Select import --- orm/src/builder/type/Select.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orm/src/builder/type/Select.ts b/orm/src/builder/type/Select.ts index d578fd9..2c67a29 100644 --- a/orm/src/builder/type/Select.ts +++ b/orm/src/builder/type/Select.ts @@ -21,7 +21,7 @@ import {FullOuterJoin} from './join/FullOuterJoin.ts' import {HavingBuilder} from './HavingBuilder.ts' import ConnectionExecutable from './ConnectionExecutable.ts' import {Scope} from '../Scope.ts' -import {isInstantiable} from "../../../../di/src/type/Instantiable.ts"; +import {isInstantiable} from '../../../../di/src/type/Instantiable.ts' /** * Base type for functions that operate on WhereBuilders.