Skip to content

Commit ffaff9b

Browse files
Darien Hagerweaverryan
Darien Hager
authored andcommitted
Remove indentations for all-whitespace lines.
1 parent b0e2b83 commit ffaff9b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

cookbook/profiler/data_collector.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -112,14 +112,14 @@ following example can help you get started:
112112
.. code-block:: jinja
113113
114114
{% extends 'WebProfilerBundle:Profiler:layout.html.twig' %}
115-
115+
116116
{% block toolbar %}
117117
{# This toolbar item may appear along the top or bottom of the screen.#}
118118
{% set icon %}
119119
<span class="icon"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAcCAQAAADVGmdYAAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQffAxkBCDStonIVAAAAGXRFWHRDb21tZW50AENyZWF0ZWQgd2l0aCBHSU1QV4EOFwAAAHpJREFUOMtj3PWfgXRAuqZd/5nIsIdhVBPFmgqIjCuYOrJsYtz1fxuUOYER2TQID8afwIiQ8YIkI4TzCv5D2AgaWSuExJKMIDbA7EEVhQEWXJ6FKUY4D48m7HYU/EcWZ8JlE6qfMELPDcUJuEMPxvYazYTDWRMjOcUyAEswO+VjeQQaAAAAAElFTkSuQmCC" alt=""/></span>
120120
<span class="sf-toolbar-status">Example</span>
121121
{% endset %}
122-
122+
123123
{% set text %}
124124
<div class="sf-toolbar-info-piece">
125125
<b>Quick piece of data</b>
@@ -130,26 +130,26 @@ following example can help you get started:
130130
<span>300 units</div>
131131
</div>
132132
{% endset %}
133-
133+
134134
{# Set the "link" value to false if you do not have a big "panel"
135135
section that you want to direct the user to. #}
136136
{% include '@WebProfiler/Profiler/toolbar_item.html.twig' with { 'link': true } %}
137-
137+
138138
{% endblock %}
139-
139+
140140
{% block head %}
141141
{# Optional, if you need your own JS or CSS files. #}
142142
{{ parent() }} {# Use parent() to keep the default styles #}
143143
{% endblock %}
144-
144+
145145
{% block menu %}
146146
{# This left-hand menu appears when using the full-screen profiler. #}
147147
<span class="label">
148148
<span class="icon"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAcCAQAAADVGmdYAAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQffAxkBCDStonIVAAAAGXRFWHRDb21tZW50AENyZWF0ZWQgd2l0aCBHSU1QV4EOFwAAAHpJREFUOMtj3PWfgXRAuqZd/5nIsIdhVBPFmgqIjCuYOrJsYtz1fxuUOYER2TQID8afwIiQ8YIkI4TzCv5D2AgaWSuExJKMIDbA7EEVhQEWXJ6FKUY4D48m7HYU/EcWZ8JlE6qfMELPDcUJuEMPxvYazYTDWRMjOcUyAEswO+VjeQQaAAAAAElFTkSuQmCC" alt=""/></span>
149149
<strong>Example Collector</strong>
150150
</span>
151151
{% endblock %}
152-
152+
153153
{% block panel %}
154154
{# Optional, for showing the most details. #}
155155
<h2>Example</h2>

0 commit comments

Comments
 (0)