Skip to content

Commit a0e289e

Browse files
committed
💪 Apply deno fmt
1 parent d5a55fa commit a0e289e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

denops/@fall-extension/action/open.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { GetAction } from "jsr:@lambdalisue/[email protected]/action";
22
import * as buffer from "jsr:@denops/[email protected]/buffer";
33
import * as fn from "jsr:@denops/[email protected]/function";
4-
import { assert, as, is } from "jsr:@core/unknownutil@^4.0.0";
4+
import { as, assert, is } from "jsr:@core/unknownutil@^4.0.0";
55

66
const isOptions = is.StrictOf(is.PartialOf(is.ObjectOf({
77
bang: is.Boolean,

denops/@fall-extension/action/quickfix.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { GetAction } from "jsr:@lambdalisue/[email protected]/action";
22
import * as fn from "jsr:@denops/[email protected]/function";
3-
import { assert, as, is } from "jsr:@core/unknownutil@^4.0.0";
3+
import { as, assert, is } from "jsr:@core/unknownutil@^4.0.0";
44

55
const isOptions = is.StrictOf(is.PartialOf(is.ObjectOf({
66
what: is.PartialOf(is.ObjectOf({

denops/@fall-extension/source/list.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { GetSource } from "jsr:@lambdalisue/[email protected]/source";
2-
import { assert, as, is } from "jsr:@core/unknownutil@^4.0.0";
2+
import { as, assert, is } from "jsr:@core/unknownutil@^4.0.0";
33

44
const isSourceItem = is.ObjectOf({
55
value: is.String,

denops/fall/main/util.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { Denops } from "jsr:@denops/[email protected]";
2-
import { ensure, as, is, type Predicate } from "jsr:@core/unknownutil@^4.0.0";
2+
import { as, ensure, is, type Predicate } from "jsr:@core/unknownutil@^4.0.0";
33

44
import { isDefined } from "../util/collection.ts";
55
import { Input } from "../ui/input.ts";

0 commit comments

Comments
 (0)