Skip to content

Commit

Permalink
remove the used blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
davidyuan1223 committed Mar 5, 2023
1 parent 55a0a43 commit c48ad38
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion bin/docker-image-tool.sh
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@ Examples:
EOF
}


if [[ "$*" = *--help ]] || [[ "$*" = *-h ]]; then
usage
exit 0
Expand Down
1 change: 0 additions & 1 deletion bin/kyuubi
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ function usage() {
echo " -h | --help - Show this help message"
}


if [[ "$*" = *--help ]] || [[ "$*" = *-h ]]; then
usage
exit 0
Expand Down
3 changes: 0 additions & 3 deletions bin/kyuubi-logo
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,14 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#

# Bugzilla 37848: When no TTY is available, don't output to console
have_tty=0

if [[ "$(tty)" != "not a tty" ]]; then
have_tty=1
fi

# Bugzilla 37848: When no TTY is available, don't output to console
have_tty=0

if [[ "$(tty)" != "not a tty" ]]; then
have_tty=1
fi
Expand Down
1 change: 0 additions & 1 deletion bin/stop-application.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
# limitations under the License.
#


if [[ $# -lt 1 ]] ; then
echo "USAGE: $0 <application_id>"
exit 1
Expand Down

0 comments on commit c48ad38

Please sign in to comment.