diff options
author | a1346054 | 2021-08-31 17:05:38 +0000 |
---|---|---|
committer | rfjakob | 2021-09-01 10:22:01 +0200 |
commit | 7c2255be9027551a1df54b3cb58ea9493857d391 (patch) | |
tree | 2c9bf51228fa5bce45be34d14e1723d3ec90420b /profiling/write-trace.bash | |
parent | 6cb03b54fe4c13a4534793c4c900b7894ae2b387 (diff) |
*: trim trailing whitespace
Diffstat (limited to 'profiling/write-trace.bash')
-rwxr-xr-x | profiling/write-trace.bash | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/profiling/write-trace.bash b/profiling/write-trace.bash index bb1de1a..707e1d3 100755 --- a/profiling/write-trace.bash +++ b/profiling/write-trace.bash @@ -20,4 +20,3 @@ dd if=/dev/zero of="$T/b/zero" bs=1M count=100 echo echo "Hint: go tool trace $T/trace" - |