aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/short_type.sh
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-01-09 00:19:31 +0900
committernsfisis <nsfisis@gmail.com>2026-01-09 01:07:52 +0900
commit6dc0d380ed09610e5fabb6f8351b92f25d426931 (patch)
tree93d652ffdf20a13e09fa2f1ef5fdf425e2460281 /tests/short_type.sh
parent433b2c4ea87f6a8f69c59bad8bed96cb5fb8b935 (diff)
downloadducc-6dc0d380ed09610e5fabb6f8351b92f25d426931.tar.gz
ducc-6dc0d380ed09610e5fabb6f8351b92f25d426931.tar.zst
ducc-6dc0d380ed09610e5fabb6f8351b92f25d426931.zip
chore: remove unnecessary newlines
Diffstat (limited to 'tests/short_type.sh')
-rw-r--r--tests/short_type.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/short_type.sh b/tests/short_type.sh
index fcbec87..b298a98 100644
--- a/tests/short_type.sh
+++ b/tests/short_type.sh
@@ -14,4 +14,3 @@ int main() {
printf("%zu %hd\n", sizeof(b), *b);
}
EOF
-