```rescript type t = private {} ``` gets reformatted to ```rescript type t = {} ``` However, a private empty record declaration can actually be useful, see https://github.com/rescript-lang/rescript/issues/7430#issuecomment-2863903054.