Skip to content

Commit 339f092

Browse files
committed
remove trailing whitespace
Signed-off-by: Matthias Büchse <[email protected]>
1 parent f0b0641 commit 339f092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/kaas/plugin/plugin_kind.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def create_cluster(self, kubeconfig_path):
2525
cluster_yaml = self.config.get('cluster')
2626
if cluster_yaml and not os.path.isabs(cluster_yaml):
2727
cluster_yaml = os.path.normpath(os.path.join(self.basepath, cluster_yaml))
28-
cluster = KindCluster(name=cluster_name, image=cluster_image, kubeconfig=Path(kubeconfig_path))
28+
cluster = KindCluster(name=cluster_name, image=cluster_image, kubeconfig=Path(kubeconfig_path))
2929
cluster.create(cluster_yaml)
3030

3131
def delete_cluster(self):

0 commit comments

Comments
 (0)