blob: f6dd14302b2bed89e65634d9d57b0a97dbf7ead5 (
plain)
1
2
3
4
5
6
7
8
9
10
|
(
nothing &&
something
# LINT: swallow blank lines since final _statement_ before subshell end is
# LINT: significant to "&&"-check, not final _line_ (which might be blank)
)
|