From 6f4b8a935f04fc0e19efed92f65d635eddd8c755 Mon Sep 17 00:00:00 2001 From: ConnorSkees <39542938+ConnorSkees@users.noreply.github.com> Date: Mon, 22 Jun 2020 10:22:13 -0400 Subject: [PATCH] rustfmt --- src/parse/value.rs | 2 +- tests/min-max.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/parse/value.rs b/src/parse/value.rs index d396f9f..47ff462 100644 --- a/src/parse/value.rs +++ b/src/parse/value.rs @@ -17,7 +17,7 @@ use crate::{ utils::{ as_hex, devour_whitespace, eat_number, hex_char_for, is_name, peek_ident_no_interpolation, peek_until_closing_curly_brace, peek_whitespace, read_until_char, read_until_closing_paren, - read_until_closing_square_brace, IsWhitespace, + read_until_closing_square_brace, IsWhitespace, }, value::Value, value::{Number, SassMap}, diff --git a/tests/min-max.rs b/tests/min-max.rs index f887e6f..525df78 100644 --- a/tests/min-max.rs +++ b/tests/min-max.rs @@ -106,4 +106,4 @@ error!( max_incompatible_units, "$a: 1px;\n$b: 2%;\na {\n color: max($a, $b);\n}\n", "Error: Incompatible units px and %." ); -// todo: special functions, min(calc(1), $b); \ No newline at end of file +// todo: special functions, min(calc(1), $b);