From 7697be57a86606e6019e4a978587ffc0e37cb84b Mon Sep 17 00:00:00 2001 From: Nick Gerleman Date: Mon, 18 Dec 2023 09:38:00 -0800 Subject: [PATCH] Consistent bracket spacing in main example (#1517) Summary: Pull Request resolved: https://github.com/facebook/yoga/pull/1517 Accidentally using a combination of prettier default vs with `--no-bracket-spacing` Reviewed By: yungsters Differential Revision: D52162274 fbshipit-source-id: a0e629717060c17b63fa6144d775a590258580ac --- website-next/src/pages/index.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/website-next/src/pages/index.tsx b/website-next/src/pages/index.tsx index 6f2786ba24..088c7a784d 100644 --- a/website-next/src/pages/index.tsx +++ b/website-next/src/pages/index.tsx @@ -38,11 +38,11 @@ function HeroSection() { const playgroundCode = ` - - - - - + + + + + - - - - + + + +