From b930b4500534f17045eae96c6d01627ffcba6935 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 20:12:04 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- memory-viz/src/tests/test_autofix.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/memory-viz/src/tests/test_autofix.js b/memory-viz/src/tests/test_autofix.js index 5d71b6eb..2fb78050 100644 --- a/memory-viz/src/tests/test_autofix.js +++ b/memory-viz/src/tests/test_autofix.js @@ -1 +1,3 @@ -console.log('If autofix ran correctly, this string should be wrapped in double quotes and there should be a comma and the end of this line. This string should also have proper indentation.') +console.log( + "If autofix ran correctly, this string should be wrapped in double quotes and there should be a comma and the end of this line. This string should also have proper indentation." +);