diff options
| author | Felipe Contreras <felipe.contreras@gmail.com> | 2021-05-15 15:47:40 -0500 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2021-05-17 07:28:01 -0300 |
| commit | 4561f694e94aff47e7065186c4efaf2c6b010a41 (patch) | |
| tree | 22242abad6b63e270e64d268419313413710871e /test/T190-multipart.sh | |
| parent | 645bea13cb204108fd520010afbba25d0d6a8693 (diff) | |
test: more style fixes
In order to fit the git coding style.
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Diffstat (limited to 'test/T190-multipart.sh')
| -rwxr-xr-x | test/T190-multipart.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/T190-multipart.sh b/test/T190-multipart.sh index 6f715ff9..3545a599 100755 --- a/test/T190-multipart.sh +++ b/test/T190-multipart.sh @@ -725,8 +725,7 @@ EOF notmuch new > /dev/null -cat_expected_head () -{ +cat_expected_head () { cat <<EOF [[[{"id": "htmlmessage", "match":true, "excluded": false, "date_relative":"2000-01-01", "crypto": {}, |
