From a1f90d77ce708efb968d7e7ddb804b9862f2f460 Mon Sep 17 00:00:00 2001 From: Snarling <84951833+Snarling@users.noreply.github.com> Date: Tue, 27 Sep 2022 19:58:14 -0400 Subject: [PATCH] Prettier fix --- src/data/codingcontracttypes.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/codingcontracttypes.ts b/src/data/codingcontracttypes.ts index 2243e327e..546cc573b 100644 --- a/src/data/codingcontracttypes.ts +++ b/src/data/codingcontracttypes.ts @@ -490,8 +490,8 @@ export const codingContractTypesMetadata: ICodingContractTypeMetadata[] = [ "Note that an octet cannot begin with a '0' unless the number", "itself is actually 0. For example, '192.168.010.1' is not a valid IP.\n\n", "Examples:\n\n", - "25525511135 -> [\"255.255.11.135\", \"255.255.111.35\"]\n", - "1938718066 -> [\"193.87.180.66\"]", + '25525511135 -> ["255.255.11.135", "255.255.111.35"]\n', + '1938718066 -> ["193.87.180.66"]', ].join(" "); }, difficulty: 3,