From 3bd8dcf7b6d4fddf79e4861f83e07faa0877b513 Mon Sep 17 00:00:00 2001 From: GitHub Date: Fri, 7 Apr 2023 19:47:34 +0000 Subject: [PATCH] Update dependencies --- insert-into-a-binary-search-tree/format.json | 26 ++++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/insert-into-a-binary-search-tree/format.json b/insert-into-a-binary-search-tree/format.json index cb15b703..5ad3ff88 100644 --- a/insert-into-a-binary-search-tree/format.json +++ b/insert-into-a-binary-search-tree/format.json @@ -1,14 +1,14 @@ { - "style": "WebKit", - "filter": [ - "*.c", - "*.cc", - "*.cpp", - "*.h", - "*.hh", - "*.hpp" - ], - "dirs": [ - "./" - ] -} \ No newline at end of file + "style": "WebKit", + "filter": [ + "*.c", + "*.cc", + "*.cpp", + "*.h", + "*.hh", + "*.hpp" + ], + "dirs": [ + "./" + ] +}