From: Brett Mason Date: Tue, 17 Jan 2017 16:43:35 +0000 (+0000) Subject: Remove stray bracket X-Git-Tag: 6.3.1~31^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d66b6599f7ca5e97cae797ed2034da200bbce44;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Remove stray bracket --- diff --git a/test/sass/_value.scss b/test/sass/_value.scss index 981dcfdda..200d79f23 100755 --- a/test/sass/_value.scss +++ b/test/sass/_value.scss @@ -116,8 +116,7 @@ @include test('Map Safe Get [function]') { $map: ( - one: 'two', - ), + one: 'two' ); $expect: 'two';