Skip to content

Commit 5eaf57f

Browse files
committed
style: format tags.json5
1 parent bd69842 commit 5eaf57f

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

leetcode_py/cli/resources/leetcode/json/tags.json5

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,17 @@
7878
"zero_one_matrix",
7979
],
8080

81-
grind: [{ tag: "grind-75" }, "daily_temperatures", "design_add_and_search_words_data_structure", "gas_station", "group_anagrams", "house_robber", "maximum_product_subarray", "next_permutation", "valid_sudoku"],
81+
grind: [
82+
{ tag: "grind-75" },
83+
"daily_temperatures",
84+
"design_add_and_search_words_data_structure",
85+
"gas_station",
86+
"group_anagrams",
87+
"house_robber",
88+
"maximum_product_subarray",
89+
"next_permutation",
90+
"valid_sudoku",
91+
],
8292

8393
// Test tag for development and testing
8494
test: ["binary_search", "two_sum", "valid_palindrome"],

0 commit comments

Comments
 (0)