diff options
author | Shubham Verma <shubhunic@gmail.com> | 2021-02-12 01:16:58 +0530 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-02-11 13:42:16 -0800 |
commit | 9bcaeb71a63e3f13b859202813d8c95047902b27 (patch) | |
tree | 4045341115c3b67fd6004ac1a7937ae0f081bc0f /t/t4018/matlab-class-definition | |
parent | t7001: remove unnecessary blank lines (diff) | |
download | tgif-9bcaeb71a63e3f13b859202813d8c95047902b27.tar.xz |
t7001: modernize subshell formatting
Some test use an old style for formatting subshells:
(command &&
...
Update them to the modern style:
(
command &&
...
Signed-off-by: Shubham Verma <shubhunic@gmail.com>
Reviewed-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t4018/matlab-class-definition')
0 files changed, 0 insertions, 0 deletions