Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
86390924
Commit
86390924
authored
Dec 31, 2014
by
webchick
Browse files
Issue
#2318081
by beejeebus: remove ' ' from Drupal/Core/Diff/DiffFormatter
parent
1ad3433c
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/lib/Drupal/Core/Diff/DiffFormatter.php
View file @
86390924
...
...
@@ -146,7 +146,7 @@ protected function deletedLine($line) {
*/
protected
function
contextLine
(
$line
)
{
return
array
(
'
'
,
'
'
,
array
(
'data'
=>
$line
,
'class'
=>
'diff-context'
,
...
...
@@ -162,8 +162,8 @@ protected function contextLine($line) {
*/
protected
function
emptyLine
()
{
return
array
(
'
'
,
'
'
,
'
'
,
'
'
,
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment