From 6ed094f58dd0675ab59f9637e2c55ba0b9c56541 Mon Sep 17 00:00:00 2001 From: Marcel Breyer Date: Wed, 13 Nov 2024 09:17:46 +0100 Subject: [PATCH] Remove wrong brace. --- git-clang-format.py | 1 - 1 file changed, 1 deletion(-) diff --git a/git-clang-format.py b/git-clang-format.py index ff8fbd9..23929ec 100644 --- a/git-clang-format.py +++ b/git-clang-format.py @@ -92,7 +92,6 @@ def main(): 'json', # Json 'sv', 'svh', 'v', 'vh', # Verilog ]) - ]) p = argparse.ArgumentParser( usage=usage, formatter_class=argparse.RawDescriptionHelpFormatter,