Skip to content

Commit 0d38b1c

Browse files
committed
Removed some unneeded white spaces
1 parent e228bf6 commit 0d38b1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/asset.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,10 +204,10 @@ class can take into account the context of the current request::
204204
new StaticVersionStrategy('v1'),
205205
new RequestStackContext($requestStack)
206206
);
207-
207+
208208
echo $package->getUrl('logo.png');
209209
// result: /somewhere/static/images/logo.png?v1
210-
210+
211211
// Both "base path" and "base url" are ignored when using absolute path for asset
212212
echo $package->getUrl('/logo.png');
213213
// result: /logo.png?v1

0 commit comments

Comments
 (0)