mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Remove unneeded space for \nolimits
This commit is contained in:
parent
dbb97050b5
commit
eda3219662
@ -75,7 +75,7 @@ void InsetMath::writeLimits(WriteStream & os) const
|
||||
os << "\\limits";
|
||||
os.pendingSpace(true);
|
||||
} else if (limits() == NO_LIMITS) {
|
||||
os << "\\nolimits ";
|
||||
os << "\\nolimits";
|
||||
os.pendingSpace(true);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user