Skip to content

Commit

Permalink
cleanup: remove some trailing whitespace (#10534)
Browse files Browse the repository at this point in the history
  • Loading branch information
devbww authored Jan 10, 2023
1 parent a17dbec commit 9196bdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/kokoro/windows/builds/quickstart-cmake.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down
2 changes: 1 addition & 1 deletion google/cloud/storage/doc/environment-variables.dox
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9196bdc

Please sign in to comment.