Skip to content

Commit a858c3a

Browse files
authored
Fix formatting issues in BaselineOfCoypuIDE.class.st
1 parent fa1862a commit a858c3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BaselineOfCoypuIDE/BaselineOfCoypuIDE.class.st

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ BaselineOfCoypuIDE >> baseline: spec [
2323
spec
2424
baseline: 'Coypu'
2525
with: [ spec repository: 'github://lucretiomsp/coypu:master/' ].
26-
"spec
26+
spec
2727
baseline: 'Mooflod'
2828
with: [
29-
spec repository: 'github://lucretiomsp/MoofLODforPharo:master/' ]."
29+
spec repository: 'github://lucretiomsp/MoofLODforPharo:master/' ].
3030

3131
"Linkink external dependencies"
3232
spec

0 commit comments

Comments
 (0)