diff options
| author | Felipe Contreras <felipe.contreras@gmail.com> | 2021-05-15 15:47:39 -0500 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2021-05-17 07:27:52 -0300 |
| commit | 645bea13cb204108fd520010afbba25d0d6a8693 (patch) | |
| tree | 5366ad5c3f44ab7379c3bffcf6b2ab32270782c8 /test/T070-insert.sh | |
| parent | 5f49e3421f5d1f98951b55dd5ba106c2a106aba7 (diff) | |
test: trivial style cleanups
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Diffstat (limited to 'test/T070-insert.sh')
| -rwxr-xr-x | test/T070-insert.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/T070-insert.sh b/test/T070-insert.sh index b37a9b67..208deb1c 100755 --- a/test/T070-insert.sh +++ b/test/T070-insert.sh @@ -15,7 +15,7 @@ notmuch new > /dev/null # They happen to be in the mail directory already but that is okay # since we do not call notmuch new hereafter. -gen_insert_msg() { +gen_insert_msg () { generate_message \ "[subject]=\"insert-subject\"" \ "[date]=\"Sat, 01 Jan 2000 12:00:00 -0000\"" \ |
