summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Beecher <benbeecher@gmail.com>2014-07-12 12:11:22 -0400
committerEevee (Alex Munroe) <eevee.git@veekun.com>2014-07-12 15:51:12 -0700
commitb1b6a072168e2d3037a557231e7bffc15a1e3e36 (patch)
tree8885e5c0c9c37dbc218152a26fc73f313ada1315
parenta847a8b2d8a0b53b14502589df40c6336a0db211 (diff)
downloadpyscss-b1b6a072168e2d3037a557231e7bffc15a1e3e36.tar.gz
fixing indentation to be consistant with output
-rw-r--r--scss/tests/files/general/empty-list-included.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/tests/files/general/empty-list-included.css b/scss/tests/files/general/empty-list-included.css
index 35540f3..3d9a2b2 100644
--- a/scss/tests/files/general/empty-list-included.css
+++ b/scss/tests/files/general/empty-list-included.css
@@ -1,3 +1,3 @@
p {
- color: red;
+ color: red;
}