Skip to content

Commit

Permalink
Consistent classification for #execute methods in IceTipCommand hiera…
Browse files Browse the repository at this point in the history
…rchy
  • Loading branch information
daniels220 committed Dec 16, 2023
1 parent 2174862 commit b6cd4ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ IceGitHubRemoveBranchesCommand class >> defaultName [
^ 'Remove Branches...'
]

{ #category : 'execute' }
{ #category : 'executing' }
IceGitHubRemoveBranchesCommand >> execute [

^ IceGitHubRemoveBranchesAction new
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ IceGitHubViewPullRequestsCommand class >> defaultName [
^ 'View Pull Requests...'
]

{ #category : 'execute' }
{ #category : 'executing' }
IceGitHubViewPullRequestsCommand >> execute [

^ IceGitHubViewPullRequestAction new
Expand Down
2 changes: 1 addition & 1 deletion Iceberg-TipUI/IceTipAddSshCredentialCommand.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ IceTipAddSshCredentialCommand class >> defaultName [
^ 'SSH Pair'
]

{ #category : 'execution' }
{ #category : 'executing' }
IceTipAddSshCredentialCommand >> execute [

((IceTipAddSSHCredentialsPresenter newApplication: context application)
Expand Down

0 comments on commit b6cd4ab

Please sign in to comment.