Skip to content

Commit d350a21

Browse files
committed
spaces
1 parent 7dc8abc commit d350a21

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

backoff/exponential.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,6 @@ func (e *exponentialBackoff) IsVolumesReadyToExpand(volumeIDs []*string) (bool,
440440
return e.cloudOps.IsVolumesReadyToExpand(volumeIDs)
441441
}
442442

443-
444443
func (e *exponentialBackoff) Expand(volumeID string, targetSize uint64, options map[string]string) (uint64, error) {
445444
var (
446445
actualSize uint64

gce/gce.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -669,6 +669,7 @@ func (s *gceOps) IsVolumesReadyToExpand(volumeIDs []*string) (bool, error) {
669669
Operation: "gceOps:IsVolumesReadyToExpand",
670670
}
671671
}
672+
672673
func (s *gceOps) Expand(
673674
volumeID string,
674675
newSizeInGiB uint64,

0 commit comments

Comments
 (0)