Skip to content

Commit

Permalink
[Bug]: Amount guess based on total line was returning a collection
Browse files Browse the repository at this point in the history
  • Loading branch information
seandenigris committed Feb 17, 2025
1 parent 9b430fd commit bd50aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/VirtualStash-Core/VsDocument.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ VsDocument >> amountGuess [

totalLine
ifNil: [ self amountsRecognized max ]
ifNotNil: [ totalLine amountsRecognized ] ]
ifNotNil: [ totalLine amountsRecognized max ] ]
]

{ #category : #accessing }
Expand Down

0 comments on commit bd50aba

Please sign in to comment.