Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc6819ec

Browse files
committed
style: add missing trailing commas
1 parentc1cddbf commitc6819ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/index.ts‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export interface Failure<P, E> {
2020

2121
exportfunctionisType<P>(
2222
action:ReduxAction,
23-
actionCreator:ActionCreator<P>
23+
actionCreator:ActionCreator<P>,
2424
):action isAction<P>{
2525
returnaction.type===actionCreator.type;
2626
}
@@ -98,7 +98,7 @@ export default function actionCreatorFactory(
9898

9999
returnaction;
100100
},
101-
{type:fullType}
101+
{type:fullType},
102102
);
103103
}
104104

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp