mirror of
https://github.com/ascribe/onion.git
synced 2025-01-03 18:35:09 +01:00
Fix indentation
This commit is contained in:
parent
f8c923daec
commit
6db353e1a9
@ -54,10 +54,10 @@ UserSource.lookupCurrentUser
|
|||||||
This talks about the naming in an actual `*_source.js` file:
|
This talks about the naming in an actual `*_source.js` file:
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
lookupCurrentUser: {
|
lookupCurrentUser: {
|
||||||
success: UserActions.successFetchCurrentUser, // 'success<ObjectToManipulateInTheStore>'
|
success: UserActions.successFetchCurrentUser, // 'success<ObjectToManipulateInTheStore>'
|
||||||
error: UserActions.errorCurrentUser, // 'error<ObjectToManipulateInTheStore>'
|
error: UserActions.errorCurrentUser, // 'error<ObjectToManipulateInTheStore>'
|
||||||
},
|
},
|
||||||
```
|
```
|
||||||
|
|
||||||
### Examples for Rule 3.)
|
### Examples for Rule 3.)
|
||||||
|
Loading…
Reference in New Issue
Block a user