Skip to content

Commit fd6adcf

Browse files
committed
Merge pull request #1074 from reggi/patch-1
indent switch
2 parents a9f28ea + 9a668c8 commit fd6adcf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/advanced/ExampleRedditAPI.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,10 @@ import {
103103

104104
function selectedReddit(state = 'reactjs', action) {
105105
switch (action.type) {
106-
case SELECT_REDDIT:
107-
return action.reddit
108-
default:
109-
return state
106+
case SELECT_REDDIT:
107+
return action.reddit
108+
default:
109+
return state
110110
}
111111
}
112112

0 commit comments

Comments
 (0)