Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
robsimmons committed Dec 2, 2023
1 parent 13ee841 commit f884606
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/language/compile.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { binarize, binarizedProgramToString } from './binarize.js';
import { flatProgramToString, flattenAndName } from './flatten.js';
import { IndexedProgram, indexedProgramToString, indexize } from './indexize.js';
import { ParsedDeclaration } from './syntax.js';
import { ParsedDeclaration } from './syntax.js';

export function indexToRuleName(index: number): string {
if (index >= 26) {
Expand Down
2 changes: 1 addition & 1 deletion src/web/sessions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
GRAPH_GENERATION_EXAMPLE,
ROCK_PAPER_SCISSORS,
} from './examples.js';
import { ParsedDeclaration } from '../language/syntax.js';
import { ParsedDeclaration } from '../language/syntax.js';
import { AppToWorker, WorkerQuery, WorkerStats, WorkerToApp } from './worker.js';
import { check } from '../language/check.js';

Expand Down

0 comments on commit f884606

Please sign in to comment.