Skip to content

Commit c0d4386

Browse files
committed
chore: apply linting
Signed-off-by: Kevin Viglucci <[email protected]>
1 parent 36ee732 commit c0d4386

File tree

1 file changed

+1
-1
lines changed
  • packages/rsocket-examples/src/composite-metadata/bearer-token-auth

1 file changed

+1
-1
lines changed

packages/rsocket-examples/src/composite-metadata/bearer-token-auth/client.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
import { Payload, RSocket, RSocketConnector } from 'rsocket-core'
17+
import { Payload, RSocket, RSocketConnector } from "rsocket-core";
1818
import { TcpClientTransport } from "rsocket-tcp-client";
1919
import {
2020
encodeBearerAuthMetadata,

0 commit comments

Comments
 (0)