From e2c4445d74e0450f4ae3922d9cde8447de6d9ae8 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Wed, 3 Nov 2021 09:01:26 +0530 Subject: [PATCH] Fix build break --- src/.clang-tidy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/.clang-tidy b/src/.clang-tidy index 331e56ef..3f0bc4c0 100644 --- a/src/.clang-tidy +++ b/src/.clang-tidy @@ -11,5 +11,5 @@ CheckOptions: - key: fuchsia-restrict-system-includes.Includes value: '*,-stdint.h,-stdbool.h' - key: readability-function-size.StatementThreshold - value: '900' + value: '905' ... -- 2.48.1