fix(pre-commit): hook

This commit is contained in:
Fadi Hadzh 2018-07-31 07:12:55 +03:00
parent 40862989fd
commit b10a4b5541

View file

@ -1,7 +1,7 @@
- id: fmt
name: fmt
description: Format files with rustfmt.
entry: cargo fmt --
entry: rustfmt --
language: system
files: \.rs$
args: ['--write-mode=overwrite']
args: []