Skip to content

Commit f054e81

Browse files
authored
Merge pull request #971 from jordanmontt/dev
Merge dev into Pharo14
2 parents 1201f36 + b511feb commit f054e81

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

src/Microdown/Microdown.class.st

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -145,13 +145,12 @@ Microdown >> parse: aStreamOrString [
145145

146146
{ #category : 'facade' }
147147
Microdown >> parseFile: aFile [
148-
"Parse and return a document from the argument marking it with the file it is contained in. This is important for path resolution."
149-
150-
| root |
151-
root := MicrodownParser parse: aFile contents.
152-
root fromFile: aFile.
153-
^ root
154-
148+
"Parse and return a document from the argument marking it with the file it is contained in. This is important for path resolution."
149+
150+
| root |
151+
root := MicrodownParser parse: aFile contents.
152+
root fromFile: aFile.
153+
^ root
155154
]
156155

157156
{ #category : 'facade' }

0 commit comments

Comments
 (0)