1
0
Fork 0
mirror of https://github.com/jarun/nnn.git synced 2025-04-12 08:26:33 +00:00

Fix build break

This commit is contained in:
Arun Prakash Jana 2022-12-10 21:43:42 +05:30
parent b6bfc740ce
commit c9dbae0586
No known key found for this signature in database
GPG key ID: A75979F35C080412

View file

@ -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'
...