Fixing a missing colon

Reviewed By: javache

Differential Revision: D4183368

fbshipit-source-id: b7a8bdfa40bf13d3fd5caae8a0985492f1e8b901
This commit is contained in:
Dan Caspi 2016-11-15 11:12:47 -08:00 committed by Facebook Github Bot
parent 9fc6204efc
commit 851aed262d
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ RCT_EXPORT_METHOD(operationComplete:(int)token result:(id)profileData error:(id)
if (connection) {
RCTLogInfo(@"JSC CPU Profile data sent successfully.");
} else {
RCTLogWarn(@"JSC CPU Profile data failed to send.")
RCTLogWarn(@"JSC CPU Profile data failed to send.");
}
}