From 9196bdcd6281afb62456b648ca436cdfddaf6241 Mon Sep 17 00:00:00 2001 From: Bradley White <14679271+devbww@users.noreply.github.com> Date: Mon, 9 Jan 2023 22:58:28 -0500 Subject: [PATCH] cleanup: remove some trailing whitespace (#10534) --- ci/kokoro/windows/builds/quickstart-cmake.ps1 | 2 +- google/cloud/storage/doc/environment-variables.dox | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/kokoro/windows/builds/quickstart-cmake.ps1 b/ci/kokoro/windows/builds/quickstart-cmake.ps1 index 7538b822c31fa..7e72ca44ba78f 100644 --- a/ci/kokoro/windows/builds/quickstart-cmake.ps1 +++ b/ci/kokoro/windows/builds/quickstart-cmake.ps1 @@ -43,7 +43,7 @@ if ($missing.count -ge 1) { function Get-Vcpkg-Features { param([string]$vcpkg_root, [string]$package) - & "${vcpkg_root}/vcpkg.exe" search "${package}" | + & "${vcpkg_root}/vcpkg.exe" search "${package}" | Where-Object { $_.StartsWith("${package}[") } | ForEach-Object { $_.replace("${package}[", "") -replace "].*", "" } | Where-Object { -not ( diff --git a/google/cloud/storage/doc/environment-variables.dox b/google/cloud/storage/doc/environment-variables.dox index 7f6c1aef2f110..c168e05c4f391 100644 --- a/google/cloud/storage/doc/environment-variables.dox +++ b/google/cloud/storage/doc/environment-variables.dox @@ -47,7 +47,7 @@ the library. Intended for testing only. `CLOUD_STORAGE_TESTBENCH_ENDPOINT=...`: **DEPRECATED** please use `CLOUD_STORAGE_EMULATOR_ENDPOINT` instead. -@see google::cloud::storage::RestEndpointOption +@see google::cloud::storage::RestEndpointOption @see google::cloud::storage::IamEndpointOption @section storage-env-experimental Enabling Experimental Behaviors