Permalink
Browse files

fixup whitespace

  • Loading branch information...
1 parent 9d8fa1f commit 5590d23a6d4e1d28eff8c748bac9eda530b721e3 @mlin committed Dec 25, 2012
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/PhyloCSF.ml
View
@@ -24,7 +24,7 @@ let strategy = (opt ~l:"strategy" ~h:"evaluation strategy (default mle)"
| "mle" -> PhyloCSF `MaxLik
| "fixed" -> PhyloCSF `FixedLik
| "omega" -> OmegaTest
- | "nop" -> Nop
+ | "nop" -> Nop
| x -> invalid_arg x)
(fun _ s -> sprintf "invalid strategy %s" s)))

0 comments on commit 5590d23

Please sign in to comment.