Skip to content

Commit b1f7b64

Browse files
authored
Add in space before comment
1 parent 1ba6821 commit b1f7b64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

citc/google.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def get_types_info(client, nodespace):
106106
"memory": int(math.pow(mt["memoryMb"], 0.7) * 0.9 + 500),
107107
"cores_per_socket": mt["guestCpus"],
108108
"threads_per_core": "1",
109-
"cluster_group": mt["name"].startswith("c2-") # only C2 currently support compact placement groups
109+
"cluster_group": mt["name"].startswith("c2-") # only C2 currently support compact placement groups
110110
}
111111
for mt in machine_types
112112
}

0 commit comments

Comments
 (0)