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

Commit 2e5a43f

Browse files
authored
Revert auto format related changes (#107)
1 parent 7c2490d commit 2e5a43f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/format_pr.yml

Lines changed: 1 addition & 1 deletion
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,style=BlueStyle())'
23+
julia -e 'using JuliaFormatter; format(".";verbose=true, always_for_in=true)'
2424
2525
# https://github.com/marketplace/actions/create-pull-request
2626
- name: Create Pull Request

0 commit comments

Comments
 (0)