Skip to content

Commit

Permalink
style: stylistic nit. be consistent on how we write inline annotations.
Browse files Browse the repository at this point in the history
  • Loading branch information
emilio committed Jul 7, 2016
1 parent 8ba6765 commit 3a4539f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/style/properties/longhand/color.mako.rs
Expand Up @@ -25,7 +25,8 @@
use cssparser;
pub type T = cssparser::RGBA;
}
#[inline] pub fn get_initial_value() -> computed_value::T {
#[inline]
pub fn get_initial_value() -> computed_value::T {
RGBA { red: 0., green: 0., blue: 0., alpha: 1. } /* black */
}
pub fn parse_specified(_context: &ParserContext, input: &mut Parser)
Expand Down

0 comments on commit 3a4539f

Please sign in to comment.