Skip to content

Commit d643c0c

Browse files
committed
fix fatal missing block in special message
...we should have a test for this...
1 parent d0d2e8a commit d643c0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/SwaLint-Core.package/SLResultDialog.class/instance/getOverviewPyramidResults.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ getOverviewPyramidResults
77
[(each isMemberOf: SLErrorResult)
88
ifFalse: [(each result notNil)]
99
ifTrue: [false]]]
10-
ifNone: SLResult new) result
10+
ifNone: [SLResult new]) result

packages/SwaLint-Core.package/SLResultDialog.class/methodProperties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"findResults" : "ct 12/20/2024 00:16",
4242
"findTestsForSelectedTestCategories" : "ct 12/20/2024 00:15",
4343
"getCategoriesFor:" : "NA 7/21/2015 15:40",
44-
"getOverviewPyramidResults" : "NA 7/31/2015 21:57",
44+
"getOverviewPyramidResults" : "ct 12/20/2024 02:36",
4545
"hideOverviewPyramid" : "ct 12/20/2024 01:07",
4646
"iconAt:" : "NA 7/16/2015 18:11",
4747
"initializeInstanceVariables" : "NA 7/30/2015 16:33",

0 commit comments

Comments
 (0)