Skip to content

Commit 7805af8

Browse files
glebmxzyfer
authored andcommitted
indentation
1 parent 663f94e commit 7805af8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/operators.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ namespace Sass {
5959
{
6060
deprecated(
6161
"The operation `" + lsh + " " + sass_op_to_name(op) + " " + rhs +
62-
"` is deprecated and will be an error in future versions.",
62+
"` is deprecated and will be an error in future versions.",
6363
"Consider using Sass's color functions instead.\n"
6464
"http://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions",
6565
/*with_column=*/false, pstate);

0 commit comments

Comments
 (0)