Skip to content

Commit

Permalink
style: make format
Browse files Browse the repository at this point in the history
  • Loading branch information
bvdmitri committed Jun 2, 2023
1 parent f40d0cd commit a4f99f6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions scripts/examples.jl
Original file line number Diff line number Diff line change
Expand Up @@ -159,10 +159,7 @@ function Base.run(examplesrunner::ExamplesRunner)
close(examplesrunner.resultschannel)

# Fix paths from the `pics/` folder located in the examples
fixpics = (
"![](pics/" => "![](../assets/examples/pics/",
"![](./pics/" => "![](../assets/examples/pics/",
)
fixpics = ("![](pics/" => "![](../assets/examples/pics/", "![](./pics/" => "![](../assets/examples/pics/")

if isnothing(examplesrunner.specific_example)

Expand Down

2 comments on commit a4f99f6

@bvdmitri
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/84757

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v2.11.1 -m "<description of version>" a4f99f60fe3f99ab230cfa78cd5e93442069e588
git push origin v2.11.1

Please sign in to comment.