Skip to content

Commit

Permalink
tipo and format
Browse files Browse the repository at this point in the history
  • Loading branch information
quentingodeau committed Jan 24, 2024
1 parent 003fe1d commit ba43e50
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
run: |
azurite > azurite_log.txt 2>&1 &
./scripts/run_squid.sh 3128 >squid.log 2>&1 &
./scripts/run_squid.sh 3129 >squid_auth.log 2>&1 &
./scripts/run_squid.sh 3129 auth >squid_auth.log 2>&1 &
sleep 10
./scripts/upload_test_files_to_azurite.sh
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
run: |
echo "## azurite"
cat azurite_log.txt
echo "## squid"
cat squid.log
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/MacOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
brew install squid
npm install -g azurite
./scripts/run_squid.sh 3128 >squid.log 2>&1 &
./scripts/run_squid.sh 3129 >squid_auth.log 2>&1 &
./scripts/run_squid.sh 3129 auth >squid_auth.log 2>&1 &
azurite > azurite_log.txt 2>&1 &
sleep 10
./scripts/upload_test_files_to_azurite.sh
Expand Down
2 changes: 1 addition & 1 deletion src/azure_secret.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ static unique_ptr<BaseSecret> CreateAzureSecretFromCredentialChain(ClientContext
return std::move(result);
}

static void RegisterCommonSecretParameters(CreateSecretFunction& function) {
static void RegisterCommonSecretParameters(CreateSecretFunction &function) {
// Register azure common parameters
function.named_parameters["account_name"] = LogicalType::VARCHAR;

Expand Down

0 comments on commit ba43e50

Please sign in to comment.