Skip to content

Commit 10ea0b2

Browse files
haraldreingruberTakashi Matsuo
and
Takashi Matsuo
authored
docs: fixes small typo (#553)
* docs: Fixes small typo * docs: Add missing gce_startup_script end comment * lint fix * copyright fix Co-authored-by: Takashi Matsuo <[email protected]>
1 parent a867576 commit 10ea0b2

File tree

2 files changed

+8
-12
lines changed

2 files changed

+8
-12
lines changed

packages/google-cloud-compute/src/index.js

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2404,9 +2404,8 @@ Compute.prototype.getDisksStream = paginator.streamify('getDisks');
24042404
* });
24052405
*/
24062406

2407-
Compute.prototype.getInstanceGroupsStream = paginator.streamify(
2408-
'getInstanceGroups'
2409-
);
2407+
Compute.prototype.getInstanceGroupsStream =
2408+
paginator.streamify('getInstanceGroups');
24102409

24112410
/**
24122411
* Get a list of {@link Firewall} objects as a readable object stream.
@@ -2465,9 +2464,8 @@ Compute.prototype.getFirewallsStream = paginator.streamify('getFirewalls');
24652464
* this.end();
24662465
* });
24672466
*/
2468-
Compute.prototype.getHealthChecksStream = paginator.streamify(
2469-
'getHealthChecks'
2470-
);
2467+
Compute.prototype.getHealthChecksStream =
2468+
paginator.streamify('getHealthChecks');
24712469

24722470
/**
24732471
* Get a list of {@link Image} objects as a readable object stream.
@@ -2526,9 +2524,8 @@ Compute.prototype.getImagesStream = paginator.streamify('getImages');
25262524
* this.end();
25272525
* });
25282526
*/
2529-
Compute.prototype.getMachineTypesStream = paginator.streamify(
2530-
'getMachineTypes'
2531-
);
2527+
Compute.prototype.getMachineTypesStream =
2528+
paginator.streamify('getMachineTypes');
25322529

25332530
/**
25342531
* Get a list of {@link Network} objects as a readable object stream.

packages/google-cloud-compute/src/zone.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1540,9 +1540,8 @@ Zone.prototype.getDisksStream = paginator.streamify('getDisks');
15401540
* this.end();
15411541
* });
15421542
*/
1543-
Zone.prototype.getInstanceGroupsStream = paginator.streamify(
1544-
'getInstanceGroups'
1545-
);
1543+
Zone.prototype.getInstanceGroupsStream =
1544+
paginator.streamify('getInstanceGroups');
15461545

15471546
/**
15481547
* Get a list of {@link MachineType} objects for this zone as a

0 commit comments

Comments
 (0)