Skip to content

Commit 229e33a

Browse files
author
Shane Osbourne
committed
fixed formatting
1 parent b2b518e commit 229e33a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/features/click-to-load/ctl-messaging-transport.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
import { sendMessage } from '../../utils'
22

3-
/** Workaround defining MessagingTransport locally because "import()" is not working in @implements
4-
* @typedef {import('@duckduckgo/messaging').MessagingTransport} MessagingTransport */
3+
/**
4+
* Workaround defining MessagingTransport locally because "import()" is not working in `@implements`
5+
* @typedef {import('@duckduckgo/messaging').MessagingTransport} MessagingTransport
6+
*/
57

68
/**
79
* A temporary implementation of {@link MessagingTransport} to communicate with Android and Extension.

0 commit comments

Comments
 (0)