Mark the precommit hook as executable

This commit is contained in:
Sameer Rahmani 2021-09-16 17:47:35 +01:00
parent fe63407aed
commit 845cdfa7d5
2 changed files with 2 additions and 1 deletions

0
scripts/pre-hook Normal file → Executable file
View File

View File

@ -22,9 +22,10 @@
* SOFTWARE.
*/
#include "serene/errors/error.h"
#include "llvm/Support/FormatVariadic.h"
#include "serene/errors/error.h"
namespace serene {
namespace errors {