Skip to content

Commit 4f3cead

Browse files
committed
Format
1 parent 34b362d commit 4f3cead

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
branches:
99
- main
1010
schedule:
11-
- cron: '0 0 1 * *'
11+
- cron: "0 0 1 * *"
1212

1313
jobs:
1414
check:

denops/@ddc-sources/file.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
import * as util from "../@ddc-file/util.ts";
22
import * as internal from "../@ddc-file/internal_autoload_fn.ts";
33

4-
import { BaseSource } from "jsr:@shougo/ddc-vim@^7.0.0/source";
4+
import { BaseSource } from "jsr:@shougo/ddc-vim@^9.0.0/source";
55
import type {
66
GatherArguments,
77
GetCompletePositionArguments,
8-
} from "jsr:@shougo/ddc-vim@^7.0.0/source";
9-
import type { Item } from "jsr:@shougo/ddc-vim@^7.0.0/types";
8+
} from "jsr:@shougo/ddc-vim@^9.0.0/source";
9+
import type { Item } from "jsr:@shougo/ddc-vim@^9.0.0/types";
1010

1111
import * as fn from "jsr:@denops/std@^7.0.1/function";
1212
import * as vars from "jsr:@denops/std@^7.0.1/variable";

0 commit comments

Comments
 (0)