Skip to content

Commit

Permalink
Remove blank lines between docs and functions so that docs bind corre…
Browse files Browse the repository at this point in the history
…ctly to function
  • Loading branch information
bluesmoon committed Feb 27, 2023
1 parent c41b237 commit 653dc47
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/Alert.jl
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ At least one of `alertID` or `alertName` must be passed in to update the alert o
"""

function postRepositoryAlert(token::AbstractString;
alertID::Int64=0,
alertName::AbstractString="",
Expand Down Expand Up @@ -272,7 +271,6 @@ Returns true if the delete is successful, else false.
"""

function deleteRepositoryAlert(token::AbstractString;
alertID::Int64=0,
alertName::AbstractString=""
Expand Down
2 changes: 0 additions & 2 deletions src/StatisticalModel.jl
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ At least one of `statModelID` or `statModelName` must be passed in to update the
"""

function postRepositoryStatModel(token::AbstractString;
statModelID::Int64=0,
statModelName::AbstractString="",
Expand Down Expand Up @@ -257,7 +256,6 @@ Returns true if the delete is successful, else false.
"""

function deleteRepositoryStatModel(token::AbstractString;
statModelID::Int64=0,
statModelName::AbstractString=""
Expand Down

0 comments on commit 653dc47

Please sign in to comment.