Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown unknown committed Nov 7, 2023
1 parent 644cb17 commit 1f05dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/branch/branch.go
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ package branch

import "context"

// Service is the branch service interface. It can be used to execute
// Service is the branch service interface. It can be used to execute
// code paths in an isolated execution context that can be reverted.
// A revert typically means a rollback on events and state changes.
type Service interface {

0 comments on commit 1f05dd5

Please sign in to comment.