Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: souleb <[email protected]>
Signed-off-by: Rana Tarek Hassan <[email protected]>
  • Loading branch information
ranatrk and souleb committed Jul 24, 2022
1 parent 63f6a3a commit 37a594c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gitprovider/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ type UserRepository interface {
// Files gives access to this specific repository files
Files() FileClient

// Trees gives access to this specific repository trees
// Trees gives access to this specific repository trees.
Trees() TreeClient
}

Expand Down Expand Up @@ -160,7 +160,7 @@ type PullRequest interface {
Get() PullRequestInfo
}

// Tree represents a git tree which represents the hierarchy between files in a Git repository
// Tree represents a git tree which is the hierarchical structure of your git data.
type Tree interface {
// Object implements the Object interface,
// allowing access to the underlying object returned from the API.
Expand Down

0 comments on commit 37a594c

Please sign in to comment.