mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
style: fix formatting.
This commit is contained in:
parent
97f29c893f
commit
bb8c3ee8ba
4 changed files with 18 additions and 13 deletions
|
@ -40,7 +40,7 @@ fn flexbox_enabled() -> bool {
|
|||
return servo_config::prefs::pref_map()
|
||||
.get("layout.flexbox.enabled")
|
||||
.as_bool()
|
||||
.unwrap_or(false)
|
||||
.unwrap_or(false);
|
||||
}
|
||||
|
||||
true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue