Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 6f09c5c

Browse files
author
Geoffrey Goh
committed
update readme whitespaces
1 parent c36367a commit 6f09c5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,10 +323,10 @@ class AppReactPage : ReactPage
323323
// deployment key, you can run "code-push deployment ls <appName> -k" to retrieve it.
324324
public override string JavaScriptBundleFile
325325
{
326-
get
326+
get
327327
{
328328
codePushModule = new CodePushModule("deployment-key-here", this);
329-
return codePushModule.GetJavaScriptBundleFile();
329+
return codePushModule.GetJavaScriptBundleFile();
330330
}
331331
}
332332

0 commit comments

Comments
 (0)