From c9dbae058662c2e5af2ab7746f4283b9e0952a46 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Sat, 10 Dec 2022 21:43:42 +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 c9089833..245e4a0d 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: '915' + value: '920' ... -- 2.48.1