Skip to content

Commit a052427

Browse files
committed
fix indentation
1 parent 2b515c8 commit a052427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pyspark/rdd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2656,7 +2656,7 @@ def id(self):
26562656
def _is_pipelinable(self):
26572657
return not (self.is_cached or self.is_checkpointed or self.has_resourceProfile)
26582658

2659-
def _is_barrier(self):
2659+
def _is_barrier(self):
26602660
return self.is_barrier
26612661

26622662

0 commit comments

Comments
 (0)