Skip to content

Commit

Permalink
refactor(readability): add indent to case patterns (#1337)
Browse files Browse the repository at this point in the history
  • Loading branch information
bitcoin-tools authored Aug 23, 2024
1 parent 8d1ea56 commit 21a9d06
Show file tree
Hide file tree
Showing 3 changed files with 489 additions and 489 deletions.
8 changes: 4 additions & 4 deletions .github/scripts/process_release_tags
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ throw_error() {
open_url() {
url="$1"
case "${TARGET_KERNEL}" in
Darwin*) open "${url}" ;;
Linux*) xdg-open "${url}" ;;
CYGWIN* | MINGW32* | MSYS* | MINGW*) start "${url}" ;;
*) echo "Unsupported OS, please open the URL manually: ${url}" ;;
Darwin*) open "${url}" ;;
Linux*) xdg-open "${url}" ;;
CYGWIN* | MINGW32* | MSYS* | MINGW*) start "${url}" ;;
*) echo "Unsupported OS, please open the URL manually: ${url}" ;;
esac
}

Expand Down
Loading

0 comments on commit 21a9d06

Please sign in to comment.