Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg committed Nov 12, 2024
1 parent 76ed225 commit d74d9ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/format_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: julia-actions/setup-julia@latest
- name: Format Julia files
run: |
julia --color=yes '
julia --color=yes -e '
using Pkg
Pkg.add("JuliaFormatter")
format(["RecipesBase", "RecipesPipeline", "PlotsBase", "src", "test", "GraphRecipes", "StatsPlots", "PlotThemes"])
Expand Down

0 comments on commit d74d9ce

Please sign in to comment.