Skip to content

Commit

Permalink
style: Minor indentation cleanup.
Browse files Browse the repository at this point in the history
MozReview-Commit-ID: 7MAVnsjXx63
  • Loading branch information
emilio committed Jun 18, 2018
1 parent ba5be8d commit 7230102
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/style/gecko/media_queries.rs
Expand Up @@ -118,8 +118,7 @@ impl Device {

/// Set the font size of the root element (for rem)
pub fn set_root_font_size(&self, size: Au) {
self.root_font_size
.store(size.0 as isize, Ordering::Relaxed)
self.root_font_size.store(size.0 as isize, Ordering::Relaxed)
}

/// Sets the body text color for the "inherit color from body" quirk.
Expand Down

0 comments on commit 7230102

Please sign in to comment.