Skip to content

Commit

Permalink
remove trailing whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
NinaCai committed Mar 18, 2024
1 parent 697b145 commit e3d6893
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions xpk.py
Original file line number Diff line number Diff line change
Expand Up @@ -1857,7 +1857,7 @@ def run_gke_node_pool_create_command(args, system) -> int:
command = (
'gcloud beta container node-pools create'
f' {node_pool_name}'
f' --region={zone_to_region(args.zone)}'
f' --region={zone_to_region(args.zone)}'
f' --cluster={args.cluster}'
f' --project={args.project} --node-locations={args.zone}'
f' --machine-type={system.gce_machine_type}'
Expand Down Expand Up @@ -4261,9 +4261,6 @@ def directory_path_type(value):
help=(
'Prints inspector output to terminal. A user can always look at the returned file.'
),



)

inspector_parser.set_defaults(func=inspector)
Expand Down

0 comments on commit e3d6893

Please sign in to comment.