Skip to content

Commit

Permalink
automatic formatting
Browse files Browse the repository at this point in the history
triggered by @stelmo on PR #667
  • Loading branch information
stelmo committed Sep 3, 2022
1 parent 0e8a41e commit aade33c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/base/utils/looks_like.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ occurences of `biomass_strings` in the reaction id.
Also see [`find_exchange_reactions`](@ref).
# Note
# Note
While `looks_like_exchange_reaction` is useful for heuristically finding a
reaction, it is preferable to use standardized terms for finding reactions (e.g.
SBO terms). See [`is_exchange_reaction`](@ref) for a more systematic
Expand Down Expand Up @@ -60,7 +60,7 @@ Biomass reactions are identified by looking for occurences of `biomass_strings`
in the reaction id. If `exclude_exchanges` is set, the strings that look like
exchanges (from [`looks_like_exchange_reaction`](@ref)) will not match.
# Note
# Note
While `looks_like_biomass_reaction` is useful for heuristically finding a
reaction, it is preferable to use standardized terms for finding reactions (e.g.
SBO terms). See [`is_biomass_reaction`](@ref) for a more systematic
Expand Down

0 comments on commit aade33c

Please sign in to comment.