Skip to content

Commit 8a88281

Browse files
committed
format
1 parent c269935 commit 8a88281

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/NewTools-Pulse/StPulse.class.st

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -489,9 +489,11 @@ StPulse >> connectPresenters [
489489
addShortcutWith: [ :action | action
490490
shortcutKey: KeyboardKey down asKeyCombination actionModifier;
491491
action: [ self findAllButtonAction ] ].
492+
492493
listPresenter
493494
whenActivatedDo: [ self acceptSelection ];
494495
whenSelectionChangedDo:[ self calculateListCounterPresenter ].
496+
495497
self addKeyboardBehavior: listPresenter.
496498

497499
paginator whenSelectedPageChangedDo: [ :newValue |
@@ -686,10 +688,9 @@ StPulse >> historyEntries [
686688
{ #category : 'initialization' }
687689
StPulse >> initialize [
688690

689-
self setModelBeforeInitialization:
690-
(StPulseModel new
691-
whenCandidateAddedDo: [ :aCandidate | self candidateAdded: aCandidate ];
692-
yourself).
691+
self setModelBeforeInitialization: (StPulseModel new
692+
whenCandidateAddedDo: [ :aCandidate | self candidateAdded: aCandidate ];
693+
yourself).
693694
super initialize.
694695
numCandidatesAdded := 0.
695696
candidatesAddedList := OrderedCollection new.

0 commit comments

Comments
 (0)