Skip to content

Commit

Permalink
fix lint warnings
Browse files Browse the repository at this point in the history
Summary:
added two semi colons, separated from other lint commits to avoid potential conflicts
Closes facebook#5217

Reviewed By: svcscm

Differential Revision: D2818391

Pulled By: mkonicek

fb-gh-sync-id: 94e3640a30fb7ab932b15bfd84a0ab346c82d5d7
  • Loading branch information
Huang Yu authored and facebook-github-bot-6 committed Jan 18, 2016
1 parent bd4bf8c commit 88c2aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/Utilities/MessageQueue.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class MessageQueue {

processModuleConfig(config, moduleID) {
const module = this._genModule(config, moduleID);
this._genLookup(config, moduleID, this._remoteModuleTable, this._remoteMethodTable)
this._genLookup(config, moduleID, this._remoteModuleTable, this._remoteMethodTable);
return module;
}

Expand Down

0 comments on commit 88c2aa6

Please sign in to comment.