Skip to content

Commit 6bfa61b

Browse files
committed
chore: format
1 parent ccf89c8 commit 6bfa61b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export function consumeOutlineProvider(provider: OutlineProvider): Disposable {
6868
// so we need to have an outline for the current editor
6969
// the following updates rely on the visibility
7070
getOutline().catch((err) => {
71-
throw err
71+
throw err
7272
})
7373
return prividerDisposable
7474
}

0 commit comments

Comments
 (0)