Skip to content

Commit 2fcd30f

Browse files
committed
src/sage/geometry/cone_critical_angles.py: add spacing to a "filter" call
1 parent b14c5f8 commit 2fcd30f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/geometry/cone_critical_angles.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ def gevp_licis(G):
243243
# There's a fast implementation of this for matroids, but we need
244244
# to drop the empty set from its output and convert the rest to
245245
# lists that are all sorted in the same order.
246-
return map(sorted, filter(bool,LinearMatroid(G).independent_sets()))
246+
return map(sorted, filter(bool, LinearMatroid(G).independent_sets()))
247247

248248

249249
def _solve_gevp_naive(GG, HH, M, I, J):

0 commit comments

Comments
 (0)