Skip to content

Commit 46fff59

Browse files
authored
Merge pull request #2403 from badetitou/v8-fix-formatted-source-text
v8 - Fix the fix for formatted source text
2 parents 6e6ff78 + 13f0349 commit 46fff59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Moose-Finder/FamixTWithSourceLanguages.extension.st

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ FamixTWithSourceLanguages >> formattedSourceText [
99

1010
{ #category : #'*Moose-Finder' }
1111
FamixTWithSourceLanguages >> sourceLanguage [
12-
1312
"should be redefined"
14-
^ nil
13+
14+
^ self sourceLanguageOr: FAMIXUnknownSourceLanguage
1515
]

0 commit comments

Comments
 (0)