Skip to content

Commit

Permalink
Merge pull request #239 from sbmlteam/fbergmann-patch-1
Browse files Browse the repository at this point in the history
 - add whitespace
  • Loading branch information
skeating committed Jun 29, 2022
2 parents 3fb6298 + 63c878c commit 41358d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sbml/packages/fbc/extension/FbcSpeciesPlugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ parseChemicalFormula(std::string& chemicalFormula,
message += "' when expecting a capital letter.";
if (species)
{
message += "The chemicalFormula '";
message += " The chemicalFormula '";
message += chemicalFormula;
if (species->isSetId())
{
Expand Down

0 comments on commit 41358d5

Please sign in to comment.