Skip to content

Commit a7939ca

Browse files
committed
[qcow-tool] run make format
1 parent f995e9b commit a7939ca

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+6573
-4735
lines changed

ocaml/qcow-tool/cli/common.ml

+2-6
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@
1515
*
1616
*)
1717

18-
type t = {
19-
debug: bool;
20-
progress: bool;
21-
progress_fd: int option;
22-
}
18+
type t = {debug: bool; progress: bool; progress_fd: int option}
2319

24-
let make debug progress progress_fd = { debug; progress; progress_fd }
20+
let make debug progress progress_fd = {debug; progress; progress_fd}

0 commit comments

Comments
 (0)