Skip to content

Commit 9d245f8

Browse files
committed
chore: export default class for consistency
1 parent 5674b3e commit 9d245f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/adapters/show-document-adapter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { TextEditor } from "atom"
44
import Convert from "../convert"
55

66
/** Public: Adapts the window/showDocument command to Atom's text editors or external programs. */
7-
export class ShowDocumentAdapter {
7+
export default class ShowDocumentAdapter {
88
/** {@inheritDoc attach} */
99
public attach(arg: Parameters<typeof attach>[0]): ReturnType<typeof attach> {
1010
attach(arg)

0 commit comments

Comments
 (0)