Skip to content

Commit 11f6c93

Browse files
committed
Frivolous commit just ot re launcht eh CI
1 parent b98fcc1 commit 11f6c93

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

src/Microdown/Microdown.class.st

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

154154
{ #category : 'facade' }
155155
Microdown >> parseFile: aFile [
156-
"Parse and return a document from the argument marking it with the file it is contained in. This is important for path resolution."
157-
158-
| root |
159-
root := MicrodownParser parse: aFile contents.
160-
root fromFile: aFile.
161-
^ root
162-
156+
"Parse and return a document from the argument marking it with the file it is contained in. This is important for path resolution."
157+
158+
| root |
159+
root := MicrodownParser parse: aFile contents.
160+
root fromFile: aFile.
161+
^ root
163162
]
164163

165164
{ #category : 'facade' }

0 commit comments

Comments
 (0)