Skip to content

Commit 4abcbcd

Browse files
committed
fix: style formatting
Signed-off-by: Tushar Bhayani <tushar.bhayani@ayanworks.com>
1 parent 231b76b commit 4abcbcd

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

packages/didcomm/src/DidCommSdk.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ import { QuestionAnswerApi } from './questionAnswer'
4747

4848
export interface DidCommConfiguration
4949
extends Pick<
50-
DidCommConnectionsModuleConfigOptions,
51-
'peerNumAlgoForDidExchangeRequests' | 'peerNumAlgoForDidRotation'
52-
>,
53-
Pick<DidCommModuleConfigOptions, 'processDidCommMessagesConcurrently'> {
50+
DidCommConnectionsModuleConfigOptions,
51+
'peerNumAlgoForDidExchangeRequests' | 'peerNumAlgoForDidRotation'
52+
>,
53+
Pick<DidCommModuleConfigOptions, 'processDidCommMessagesConcurrently'> {
5454
/**
5555
* Strategy to use for picking up messages from the mediator. If no strategy is provided, the agent will use the discover
5656
* features protocol to determine the best strategy.

0 commit comments

Comments
 (0)