Skip to content

Commit

Permalink
Fix broken CI with a run of prettier
Browse files Browse the repository at this point in the history
Summary:
This Diff is fixing a broken CircleCI on OSS due to
not properly formatted .js files. See https://app.circleci.com/pipelines/github/facebook/react-native/10040/workflows/923cb408-b09c-4425-87c1-2677a7af9681/jobs/213822

The offending diff was D29986749 (ff4b336)

Changelog:
[Internal] - Fix broken CI due to not formatted js files

Reviewed By: ShikaSD

Differential Revision: D30515439

fbshipit-source-id: 560de04347a8746065981b534ed96f0956d94b9c
  • Loading branch information
cortinico authored and facebook-github-bot committed Aug 24, 2021
1 parent a6768bf commit dcfa0dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/HermesInternalType.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ declare type $HermesInternalType = {
*/
+getRuntimeProperties?: () => {
'OSS Release Version': string,
'Build': string,
Build: string,
[string]: mixed,
},

Expand Down

0 comments on commit dcfa0dc

Please sign in to comment.