diff options
Diffstat (limited to 'src/bin')
-rw-r--r-- | src/bin/transcriptor.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/transcriptor.ml b/src/bin/transcriptor.ml index 77a7b6f..feb24db 100644 --- a/src/bin/transcriptor.ml +++ b/src/bin/transcriptor.ml @@ -5,7 +5,7 @@ let process (optional_line : string option) = | None -> () | Some line -> - let result =(T.Reader.process line) in + let result = T.Reader.process line in let res1 = Result.map (fun t-> Sounds.repr (module Repr.Default) t) |