Skip to content

Commit

Permalink
Update functions.sh: shellche
Browse files Browse the repository at this point in the history
  • Loading branch information
EricClaeys authored Aug 5, 2024
1 parent 2fc360f commit 3a9a7a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -601,6 +601,7 @@ function get_sunrise_sunset()
LONGITUDE="$( convertLatLong "${LONGITUDE}" "longitude" )" || return 2

local FORMAT="%-15s %-17s %-7s %-10s %-10s\n"
# shellcheck disable=SC2059
printf "${FORMAT}" "Daytime start" "Nighttime start" "Angle" "Latitude" "Longitude"
local STARTS=()
# sunwait output: day_start, night_start
Expand Down

0 comments on commit 3a9a7a9

Please sign in to comment.