From 78912c7a8f0633e81dd4c79c7e5d3c1331b81b57 Mon Sep 17 00:00:00 2001 From: TanmayGoregaonkar <93464019+TanmayGoregaonkar@users.noreply.github.com> Date: Sat, 29 Apr 2023 15:27:58 +0530 Subject: [PATCH] test --- build/validate_links.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/validate_links.py b/build/validate_links.py index c0331d4d..57d7f801 100755 --- a/build/validate_links.py +++ b/build/validate_links.py @@ -98,3 +98,5 @@ if __name__ == "__main__": hasError = validate_links(links) if hasError: sys.exit(1) + +#test \ No newline at end of file