File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ let message (warning : Warnings.t) =
6
6
| Partial_match "" ->
7
7
" You forgot to handle a possible case here, though we don't have more information on the value."
8
8
| Partial_match s ->
9
- " You forgot to handle a possible case here, for example: \n " ^ s
9
+ " You forgot to handle a possible case here, for example: \n " ^ s
10
10
| Unerasable_optional_argument ->
11
11
String. concat " "
12
12
[" This optional parameter in final position will, in practice, not be optional.\n " ;
Original file line number Diff line number Diff line change @@ -411742,7 +411742,7 @@ let message (warning : Warnings.t) =
411742
411742
| Partial_match "" ->
411743
411743
"You forgot to handle a possible case here, though we don't have more information on the value."
411744
411744
| Partial_match s ->
411745
- "You forgot to handle a possible case here, for example: \n" ^ s
411745
+ "You forgot to handle a possible case here, for example: \n " ^ s
411746
411746
| Unerasable_optional_argument ->
411747
411747
String.concat ""
411748
411748
["This optional parameter in final position will, in practice, not be optional.\n";
Original file line number Diff line number Diff line change @@ -571838,7 +571838,7 @@ let message (warning : Warnings.t) =
571838
571838
| Partial_match "" ->
571839
571839
"You forgot to handle a possible case here, though we don't have more information on the value."
571840
571840
| Partial_match s ->
571841
- "You forgot to handle a possible case here, for example: \n" ^ s
571841
+ "You forgot to handle a possible case here, for example: \n " ^ s
571842
571842
| Unerasable_optional_argument ->
571843
571843
String.concat ""
571844
571844
["This optional parameter in final position will, in practice, not be optional.\n";
Original file line number Diff line number Diff line change @@ -436831,7 +436831,7 @@ let message (warning : Warnings.t) =
436831
436831
| Partial_match "" ->
436832
436832
"You forgot to handle a possible case here, though we don't have more information on the value."
436833
436833
| Partial_match s ->
436834
- "You forgot to handle a possible case here, for example: \n" ^ s
436834
+ "You forgot to handle a possible case here, for example: \n " ^ s
436835
436835
| Unerasable_optional_argument ->
436836
436836
String.concat ""
436837
436837
["This optional parameter in final position will, in practice, not be optional.\n";
You can’t perform that action at this time.
0 commit comments