diff --git a/scripts/reformat-code.sh b/scripts/reformat-code.sh index e6ad9e905b..fd34cd2913 100755 --- a/scripts/reformat-code.sh +++ b/scripts/reformat-code.sh @@ -3,4 +3,4 @@ SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) cd $SCRIPT_DIR/.. -fourmolu --mode=inplace src app test \ No newline at end of file +fourmolu --mode=inplace src app test bench \ No newline at end of file