Indentation fixes.
This commit is contained in:
parent
154578827f
commit
375ddd48dc
@ -48,7 +48,6 @@ class type full_context = object
|
||||
inherit block
|
||||
end
|
||||
(** The [full_context] allows the client {!command} handlers to work in
|
||||
>>>>>>> 3ab6ecd4... Client library refactor
|
||||
various modes (command line, batch mode, web client, etc.) by
|
||||
abstracting some basic operations such as logging and reading
|
||||
configuration options. It is passed as parameter to the command
|
||||
|
@ -541,7 +541,8 @@ module RPC = struct
|
||||
let info net point =
|
||||
match net.pool with
|
||||
| None -> None
|
||||
| Some pool -> Option.map
|
||||
| Some pool ->
|
||||
Option.map
|
||||
(P2p_connection_pool.Points.info pool point)
|
||||
~f:info_of_point_info
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user