Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tmattio committed May 25, 2020
1 parent e4c3a4c commit 376ac71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/omigrate/source.ml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module Local_dir = struct
let version = hd in
let rest =
String.sub
basename
basename
~pos:(String.length hd + 1)
~len:(String.length basename - (String.length hd + 1))
in
Expand Down

0 comments on commit 376ac71

Please sign in to comment.