Skip to content

Commit

Permalink
Per #366, whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHalleyGotway committed Apr 5, 2024
1 parent 8ce98e8 commit ceac182
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion internal/scripts/sonarqube/run_nightly.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ function usage {
# Check for arguments
if [ $# -lt 1 ]; then usage; exit 1; fi


# Store the full path to the scripts directory
SCRIPT_DIR=`dirname $0`
if [[ ${0:0:1} != "/" ]]; then SCRIPT_DIR=$(pwd)/${SCRIPT_DIR}; fi
Expand Down
1 change: 0 additions & 1 deletion internal/scripts/sonarqube/sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ sonar.sourceEncoding=UTF-8
# SonarQube server
sonar.host.url=SONAR_HOST_URL
sonar.token=SONAR_TOKEN

0 comments on commit ceac182

Please sign in to comment.