From e975dde0c2643b9782cf7741c94647a405eb8237 Mon Sep 17 00:00:00 2001 From: cfngc4594 Date: Wed, 26 Feb 2025 00:34:39 +0800 Subject: [PATCH] fix(editor): remove unnecessary whitespace in default editor value --- src/config/editor/value.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config/editor/value.ts b/src/config/editor/value.ts index f73d4b6..6bc1e45 100644 --- a/src/config/editor/value.ts +++ b/src/config/editor/value.ts @@ -5,12 +5,12 @@ export const DEFAULT_EDITOR_VALUE: Record = { * Note: The returned array must be malloced, assume caller calls free(). */ int* twoSum(int* nums, int numsSize, int target, int* returnSize) { - + }`, cpp: `class Solution { public: vector twoSum(vector& nums, int target) { - + } };`, };