diff --git a/tests/ternary-object-expressions/with-balanced-formatting/__snapshots__/jsfmt.spec.js.snap b/tests/ternary-object-expressions/with-balanced-formatting/__snapshots__/jsfmt.spec.js.snap index 4946dbcd70..852e80b6dd 100644 --- a/tests/ternary-object-expressions/with-balanced-formatting/__snapshots__/jsfmt.spec.js.snap +++ b/tests/ternary-object-expressions/with-balanced-formatting/__snapshots__/jsfmt.spec.js.snap @@ -24,13 +24,13 @@ let isSpace = false; const dress = isSpace ? { - spaceSuit: 3, - oxygenCylinders: 6 - } + spaceSuit: 3, + oxygenCylinders: 6 + } : { - shirts: 3, - paints: 3 - }; + shirts: 3, + paints: 3 + }; ================================================================================ `; @@ -60,13 +60,13 @@ let isSpace = false; const dress = isSpace ? { - spaceSuit: 3, - oxygenCylinders: 6 - } + spaceSuit: 3, + oxygenCylinders: 6 + } : { - shirts: 3, - paints: 3 - }; + shirts: 3, + paints: 3 + }; ================================================================================ `; @@ -96,13 +96,13 @@ let isSpace = false; const dress = isSpace ? { - spaceSuit: 3, - oxygenCylinders: 6 - } + spaceSuit: 3, + oxygenCylinders: 6 + } : { - shirts: 3, - paints: 3 - }; + shirts: 3, + paints: 3 + }; ================================================================================ `; @@ -133,13 +133,13 @@ let isSpace = false; const dress = isSpace ? { - spaceSuit: 3, - oxygenCylinders: 6 - } + spaceSuit: 3, + oxygenCylinders: 6 + } : { - shirts: 3, - paints: 3 - }; + shirts: 3, + paints: 3 + }; ================================================================================ `; @@ -224,8 +224,8 @@ function test1() { ? Promise(1) : Promise(2) : condition3 - ? Promise(3) - : Promise(4); + ? Promise(3) + : Promise(4); } ================================================================================ @@ -268,8 +268,8 @@ function test1() { ? Promise(1) : Promise(2) : condition3 - ? Promise(3) - : Promise(4); + ? Promise(3) + : Promise(4); } ================================================================================ @@ -313,8 +313,8 @@ function test1() { ? Promise(1) : Promise(2) : condition3 - ? Promise(3) - : Promise(4); + ? Promise(3) + : Promise(4); } ================================================================================