From c69bbc2c2c7b81137ee3b0c115bc99cedd81524f Mon Sep 17 00:00:00 2001 From: "James M. Greene" Date: Fri, 5 Aug 2022 15:35:48 -0500 Subject: [PATCH] Fix one expected test fixture given Prettier configuration --- src/fixtures/next/blank.expected.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/fixtures/next/blank.expected.js b/src/fixtures/next/blank.expected.js index fe69e40..d52e36b 100644 --- a/src/fixtures/next/blank.expected.js +++ b/src/fixtures/next/blank.expected.js @@ -1,6 +1,3 @@ // Default Pages configuration for Next -const nextConfig = { - experimental: {images: {unoptimized: true}}, - basePath: '/docs' -} +const nextConfig = { experimental: { images: { unoptimized: true } }, basePath: '/docs' } module.exports = nextConfig