Skip to content
This repository was archived by the owner on May 6, 2021. It is now read-only.

Commit 6183609

Browse files
authored
Update format_pr.yml
1 parent c1412e5 commit 6183609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/format_pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install JuliaFormatter and format
2121
run: |
2222
julia -e 'import Pkg; Pkg.add("JuliaFormatter")'
23-
julia -e 'using JuliaFormatter; format(".";verbose=true, always_for_in=true, format_docstrings=true, conditional_to_if=true, always_use_return=true, remove_extra_newlines=true, align_struct_field=true, align_conditional=true, align_assignment=true, align_pair_arrow=true)'
23+
julia -e 'using JuliaFormatter; format(".";verbose=true,style=BlueStyle())'
2424
2525
# https://github.com/marketplace/actions/create-pull-request
2626
- name: Create Pull Request

0 commit comments

Comments
 (0)