Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ClotildeToullec committed Dec 1, 2022
1 parent 48332eb commit 4286fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BaselineOfMooseIDE/BaselineOfMooseIDE.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ BaselineOfMooseIDE >> definePackages: spec [
with: [ spec requires: #( 'LabelContractor' ) ];
package: 'MooseIDE-Visualization' with: [
spec requires:
#( 'MooseIDE-Core ' 'TelescopeRoassal3' 'HierarchicalVisualizations' ) ];
#( 'MooseIDE-Core' 'TelescopeRoassal3' 'HierarchicalVisualizations' ) ];
package: 'MooseIDE-Meta'
with: [ spec requires: #( 'MooseIDE-Core' ) ];
package: 'MooseIDE-Tests'
Expand Down

0 comments on commit 4286fbb

Please sign in to comment.