Skip to content

Commit

Permalink
automatic formatting
Browse files Browse the repository at this point in the history
triggered by @exaexa on PR #628
  • Loading branch information
exaexa committed Jun 6, 2022
1 parent 649f57f commit c9a8f46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/examples/02_exploring_models.jl
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ for method in filter(
InteractiveUtils.methodswith(MetabolicModel, COBREXA),
)
println(method.name)
end
end
2 changes: 1 addition & 1 deletion docs/src/examples/03_standardmodel.jl
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,4 @@ reaction_mass_balanced(model, rxn_dict)
reaction_atom_balance(model, rxn_dict)

# Note, since `pgm_duplicate` is not in the model, we cannot use the other variants of this
# function because they find the reaction equation stored inside the `model`.
# function because they find the reaction equation stored inside the `model`.

0 comments on commit c9a8f46

Please sign in to comment.