Skip to content

Commit

Permalink
Move PureGitBlob>>#gtDetails to the correct repository
Browse files Browse the repository at this point in the history
  • Loading branch information
svenvc committed Oct 27, 2024
1 parent 1174372 commit adaa48e
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/Iceberg-Git-CLI/PureGitBlob.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -53,18 +53,6 @@ PureGitBlob >> contents: aByteArray [
contents := aByteArray
]

{ #category : #'as yet unclassified' }
PureGitBlob >> gtDetails [
^ super gtDetails , {
{ 'blob'
. self shortId
. self id }.
{ 'contents'
. '{1} bytes' format: { self contents size }
. self contents }
}
]

{ #category : #accessing }
PureGitBlob >> id [
^ id
Expand Down

0 comments on commit adaa48e

Please sign in to comment.