Apply clang format

This commit is contained in:
Sameer Rahmani 2022-06-13 22:19:58 +01:00
parent c42ad11bd0
commit 3cc5da9789
2 changed files with 1 additions and 2 deletions

View File

@ -30,7 +30,6 @@ repos:
rev: v1.3.5
hooks:
- id: clang-format
args: ['-i']
- id: cppcheck
args: ['--project=compile_commands.json']
- repo: https://github.com/detailyang/pre-commit-shell

View File

@ -18,7 +18,7 @@
#include "serene/context.h"
#include <cstdlib> // for exit
#include <cstdlib> // for exit
namespace serene {