I think prev. version of the plugin had whitespace control hyphen snippets. https://shopify.github.io/liquid/basics/whitespace/ ```liquid {% assign test = 'text' %} ``` // whitespace control: ```liquid {%- assign test = 'text' -%} ```