Skip to content

Commit

Permalink
Minor formatting fix for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
velomatt committed Jul 26, 2024
1 parent e00f1f5 commit 760dcd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/dependencies/os/ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ export TZ=Etc/UTC

# Build Dependencies
install_build_deps() {
BUILD_DEPS=('')
BUILD_DEPS=()
package_manager 'update'

# Build dependencies
BUILD_DEPS=('bc')
BUILD_DEPS+=('bc')
BUILD_DEPS+=('bison')
BUILD_DEPS+=('check')
BUILD_DEPS+=('cmake')
Expand Down

0 comments on commit 760dcd9

Please sign in to comment.