Skip to content

Commit c27a3d0

Browse files
committed
Fix linting issues
1 parent a6b36e0 commit c27a3d0

File tree

1 file changed

+3
-3
lines changed
  • projects/packages/forms/src/store/integrations

1 file changed

+3
-3
lines changed

projects/packages/forms/src/store/integrations/reducer.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ const DEFAULT_STATE: IntegrationsState = {
1515
/**
1616
* Integrations store reducer.
1717
*
18-
* @param state Current state.
19-
* @param action Dispatched action.
20-
* @return Updated state.
18+
* @param state - Current state
19+
* @param action - Dispatched action
20+
* @return Updated state
2121
*/
2222
export default function reducer(
2323
state: IntegrationsState = DEFAULT_STATE,

0 commit comments

Comments
 (0)