File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import { TinyCodeBlock } from "../../rest/getCodeBlocks.ts";
1010import { diffToChanges } from "./diffToChanges.ts" ;
1111import { getUserId } from "./id.ts" ;
1212import { pull } from "./pull.ts" ;
13- import { SimpleCodeFile , isSimpleCodeFile } from "./updateCodeFile.ts" ;
13+ import { isSimpleCodeFile , SimpleCodeFile } from "./updateCodeFile.ts" ;
1414import {
1515 applyCommit ,
1616 countBodyIndent ,
Original file line number Diff line number Diff line change 11/// <reference lib="deno.ns" />
22
33import { assert , assertFalse } from "../../deps/testing.ts" ;
4- import { SimpleCodeFile , isSimpleCodeFile } from "./updateCodeFile.ts" ;
4+ import { isSimpleCodeFile , SimpleCodeFile } from "./updateCodeFile.ts" ;
55
66const codeFile : SimpleCodeFile = {
77 filename : "filename" ,
You can’t perform that action at this time.
0 commit comments