File tree Expand file tree Collapse file tree 3 files changed +5
-8
lines changed
Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 33 "isRoot" : true ,
44 "tools" : {
55 "fantomas" : {
6- "version" : " 6.3.15 " ,
6+ "version" : " 6.3.16 " ,
77 "commands" : [
88 " fantomas"
99 ]
Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ jobs:
2020 - name : Install dependencies
2121 run : dotnet restore
2222
23- # - name: Install tools
24- # run: dotnet tool restore
23+ - name : Install tools
24+ run : dotnet tool restore
2525
26- # - name: Format
27- # run: dotnet fantomas --check .
26+ - name : Format
27+ run : dotnet fantomas --check .
2828
2929 - name : Build
3030 run : dotnet build --configuration Release --no-restore
Original file line number Diff line number Diff line change @@ -95,9 +95,6 @@ let adceImpl (f: Func) =
9595
9696 let varValue = varLive |> Array.indexed |> Array.map mapVarValue
9797
98- printfn " 222 %A " varValue
99- printfn " 111 %A " blockLive
100-
10198 mapVarAndBlock f varValue ( removeOnlyMapping blockLive)
10299
103100let adce = transRegional adceImpl
You can’t perform that action at this time.
0 commit comments