Commit 2ee4321
committed
Break after 'let%ext'
This avoids patterns being aligned after the end of the extension label:
-let%server ( (s : int Eliom_shared.React.S.t)
- , (f : (?step:React.step -> int -> unit) Eliom_shared.Value.t) ) =
+let%server
+ ( (s : int Eliom_shared.React.S.t)
+ , (f : (?step:React.step -> int -> unit) Eliom_shared.Value.t) ) =1 parent 4c5c7b5 commit 2ee4321
2 files changed
+7
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4571 | 4571 | | |
4572 | 4572 | | |
4573 | 4573 | | |
4574 | | - | |
4575 | 4574 | | |
4576 | 4575 | | |
4577 | 4576 | | |
| |||
4591 | 4590 | | |
4592 | 4591 | | |
4593 | 4592 | | |
| 4593 | + | |
| 4594 | + | |
| 4595 | + | |
4594 | 4596 | | |
4595 | 4597 | | |
4596 | 4598 | | |
4597 | 4599 | | |
4598 | 4600 | | |
4599 | 4601 | | |
4600 | | - | |
| 4602 | + | |
4601 | 4603 | | |
4602 | 4604 | | |
4603 | 4605 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
0 commit comments