From b34fa3b1b1a78368f811ed24f95eb910699e1886 Mon Sep 17 00:00:00 2001 From: gyt95 Date: Fri, 16 Dec 2022 00:04:05 +0800 Subject: [PATCH] Update the file header following other js file --- .../chapter_computational_complexity/leetcode_two_sum.js | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/codes/javascript/chapter_computational_complexity/leetcode_two_sum.js b/codes/javascript/chapter_computational_complexity/leetcode_two_sum.js index 4fe58a433..3ced0d492 100644 --- a/codes/javascript/chapter_computational_complexity/leetcode_two_sum.js +++ b/codes/javascript/chapter_computational_complexity/leetcode_two_sum.js @@ -1,8 +1,7 @@ -/* - * @Author: gyt95 (gytkwan@gmail.com) - * @Date: 2022-12-15 10:51:54 - * @Last Modified by: gyt95 (gytkwan@gmail.com) - * @Last Modified time: 2022-12-16 00:00:35 +/** + * File: leetcode_two_sum.js + * Created Time: 2022-12-15 + * Author: gyt95 (gytkwan@gmail.com) */ /**