Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
PizieDust committed Sep 23, 2024
1 parent 3716b09 commit 9298353
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions albatross.ml
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,7 @@ module Make (P : Mirage_clock.PCLOCK) (S : Tcpip.Stack.V4V6) = struct
continue_reading name tls_flow >|= fun output ->
Result.map (fun r -> (r, output)) (decode_reply d)

let raw_query t ?(name = Vmm_core.Name.root) certificates cmd f
=
let raw_query t ?(name = Vmm_core.Name.root) certificates cmd f =
let open Lwt.Infix in
S.TCP.create_connection (S.tcp t.stack) t.remote >>= function
| Error e ->
Expand Down

0 comments on commit 9298353

Please sign in to comment.