Skip to content

Commit

Permalink
Merge pull request #268 from s-trooper/fix-267
Browse files Browse the repository at this point in the history
Fix 267
  • Loading branch information
vasily-kirichenko committed Jul 21, 2018
2 parents 36d9674 + 152d519 commit a629839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fantomas.Cmd/Program.fs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ let processSourceFile inFile (tw : TextWriter) config =
[<EntryPoint>]
let main _args =
let recurse = ref false
let force = ref false
let force = ref true
let profile = ref false

let outputPath = ref Notknown
Expand Down

0 comments on commit a629839

Please sign in to comment.