Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
440a62cb
Commit
440a62cb
authored
Nov 02, 2021
by
Eduardo Bonet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improving readibility
parent
a3271dd4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
app/presenters/blob_presenter.rb
app/presenters/blob_presenter.rb
+7
-3
No files found.
app/presenters/blob_presenter.rb
View file @
440a62cb
...
...
@@ -131,9 +131,13 @@ class BlobPresenter < Gitlab::View::Presenter::Delegated
return
blob
.
data
end
return
Gitlab
::
AppLogger
.
info
(
'IPYNBDIFF_BLOB_NIL'
)
&&
blob
.
data
unless
new_blob
Gitlab
::
AppLogger
.
info
(
'IPYNBDIFF_BLOB_GENERATED'
)
&&
new_blob
if
new_blob
Gitlab
::
AppLogger
.
info
(
'IPYNBDIFF_BLOB_GENERATED'
)
new_blob
else
Gitlab
::
AppLogger
.
info
(
'IPYNBDIFF_BLOB_NIL'
)
blob
.
data
end
end
end
end
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