Skip to content

Commit 12bc84b

Browse files
fix(bigquery): Update format issues
1 parent 3f3d68a commit 12bc84b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bigquery/cloud-client/revokeDatasetAccess.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 Google LLC
1+
// Copyright 2025 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

bigquery/cloud-client/revokeTableOrViewAccess.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ async function revokeTableOrViewAccess({
7575
binding => binding.role !== roleToRevoke
7676
);
7777
} else {
78-
// Keep the current binding as is
78+
// Keep the current binding as it is
7979
newBindings = policy.bindings;
8080
}
8181

0 commit comments

Comments
 (0)