Skip to content

Commit b8bf904

Browse files
committed
fix formatting
1 parent cf8f355 commit b8bf904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/translator/phrase.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import * as Composer from "../parser/composer.ts";
55
import { AdjectiveWithInWay, fixAdjective } from "./adjective.ts";
66
import { fixAdverb } from "./adverb.ts";
77
import * as English from "./ast.ts";
8-
import { getNumber, fixDeterminer } from "./determiner.ts";
8+
import { fixDeterminer, getNumber } from "./determiner.ts";
99
import {
1010
ExhaustedError,
1111
FilteredError,

0 commit comments

Comments
 (0)