Skip to content

Commit aae719b

Browse files
committed
add space
1 parent 454e082 commit aae719b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lmfdb/number_fields/web_number_field.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -981,7 +981,7 @@ def get_local_algebras(self):
981981
else:
982982
LF = db.lf_fields.lookup(lab)
983983
if not LF:
984-
LF = db.lf_fields.lucky({'new_label': lab})
984+
LF = db.lf_fields.lucky({'new_label': lab})
985985
f = latex(R(LF['coeffs']))
986986
p = LF['p']
987987
gglabel = LF.get('galois_label')

0 commit comments

Comments
 (0)