From 9d6ce7644b98a713dd500493d44f1678b1f9328d Mon Sep 17 00:00:00 2001 From: benesjan Date: Thu, 4 Jan 2024 13:09:21 +0000 Subject: [PATCH] comment --- yarn-project/run_nargo_fmt.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/yarn-project/run_nargo_fmt.sh b/yarn-project/run_nargo_fmt.sh index 7d0672c5b7e..03642a32a23 100755 --- a/yarn-project/run_nargo_fmt.sh +++ b/yarn-project/run_nargo_fmt.sh @@ -1,4 +1,8 @@ #!/usr/bin/env bash + +# Note: This script formats the files multiple times when the given project is included in a workspace. +# Tackling this became a time sink, so I decided to leave it as is for now. + set -eu # We set the executable path as if we were in CI