Skip to content

Commit

Permalink
Format shell scripts with shfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and Vatsal Gupta committed Nov 23, 2024
1 parent b624362 commit 9420d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
# - Redirects error output (if any) to /dev/null to maintain a clean output.
#
parse_git_branch() {
git branch 2> /dev/null | sed -n -e 's/^\* \(.*\)/[\1]/p'
git branch 2>/dev/null | sed -n -e 's/^\* \(.*\)/[\1]/p'
}

# Function: gsquash
Expand Down

0 comments on commit 9420d3a

Please sign in to comment.