Skip to content

Commit

Permalink
Fix standardjs format
Browse files Browse the repository at this point in the history
  • Loading branch information
bartonhammond committed Sep 15, 2016
1 parent 7814358 commit 4bbc999
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/containers/Profile.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ class Profile extends Component {
/**
* When the button is pressed, send the users info including the
* ```currrentUser``` object as it contains the sessionToken and
* user objectId
* user objectId
*/
let profileButtonText = I18n.t('Profile.update')
let onButtonPress = () => {
Expand Down
2 changes: 1 addition & 1 deletion src/lib/Backend.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export default class Backend {
* for this user, update their record
* the data is already in JSON format
*
* @param userId
* @param userId
* @param data object:
* {username: "barton", email: "[email protected]"}
*/
Expand Down
4 changes: 2 additions & 2 deletions src/lib/Hapi.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ export default class Hapi extends Backend {
* for this user, update their record
* the data is already in JSON format
*
* @param userId _id
* @param userId _id
* @param data object:
* {username: "barton", email: "[email protected]"}
*/
Expand All @@ -213,7 +213,7 @@ export default class Hapi extends Backend {
}
/**
* ### _fetch
* A generic function that prepares the request
* A generic function that prepares the request
*
* @returns object:
* {code: response.code,
Expand Down
2 changes: 1 addition & 1 deletion src/lib/__mocks__/BackendFactory.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* # BackendFactory.js
*
* Mocked BackendFactory
*
*
*
*/
'use strict'
Expand Down

0 comments on commit 4bbc999

Please sign in to comment.