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

Commit fa2c96b

Browse files
authored
Revert auto format related changes (#148)
1 parent 6118b02 commit fa2c96b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)