Skip to content

Commit 83fbce4

Browse files
committed
Updating the baseline to include DataFrame-FTable
1 parent 7c6671c commit 83fbce4

File tree

1 file changed

+2
-1
lines changed
  • BaselineOfDataFrame.package/BaselineOfDataFrame.class/instance

1 file changed

+2
-1
lines changed

BaselineOfDataFrame.package/BaselineOfDataFrame.class/instance/baseline..st

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ baseline: spec
2020
spec requires: #('DataFrame-Core' 'DataFrame-Plots')];
2121
package: 'DataFrame-DataSets' with: [
2222
spec requires: 'DataFrame-Core'];
23-
package: 'DataFrame-PrettyPrint'].
23+
package: 'DataFrame-PrettyPrint';
24+
package: 'DataFrame-FTable'].

0 commit comments

Comments
 (0)