Skip to content

Commit

Permalink
chore: remove trailing whitespace from version test
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro committed Nov 3, 2024
1 parent de90b98 commit 566f62b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/version.t
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Ensures refmt --version prints the right version
$ refmt --version | cut -d '@' -f 1 | cut -d '-' -f 1
Reason 3.13.0
$ refmt --version | cut -d '@' -f 1 | cut -d '-' -f 1 | awk '{$1=$1;print}'
Reason 3.13.0

0 comments on commit 566f62b

Please sign in to comment.