style: fix tidy.

This commit is contained in:
Emilio Cobos Álvarez 2020-06-04 05:01:54 +02:00
parent 16cb51097f
commit 79c2c447fc
No known key found for this signature in database
GPG key ID: E1152D0994E4BF8A

View file

@ -143,7 +143,7 @@ bitflags! {
const IN_FOCUS_VISIBLE_STATE = 1 << 52;
/// State that dialog element is modal, for centered alignment
///
/// https://html.spec.whatwg.org/#centered-alignment
/// https://html.spec.whatwg.org/multipage/#centered-alignment
const IN_MODAL_DIALOG_STATE = 1 << 53;
}
}