Fix comment formatting for linter context

Reviewed By: jvillard

Differential Revision: D3697689

fbshipit-source-id: 71391d2
master
Ryan Rhee 8 years ago committed by Facebook Github Bot 6
parent 3d719a24d9
commit 894e92d4f3

@ -9,12 +9,9 @@
type context = {
in_synchronized_block: bool;
(*
* True if the translation unit contains an ObjC class impl that's a subclass
* of CKComponent or CKComponentController.
*)
is_ck_translation_unit: bool;
(** True if the translation unit contains an ObjC class impl that's a subclass
of CKComponent or CKComponentController. *)
}
let empty = {

Loading…
Cancel
Save