Skip to content

Commit

Permalink
Removing double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanmontt committed Sep 21, 2023
1 parent 3876f0a commit 5f42544
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ BaselineOfIllimaniProfiler >> baseline: spec [
spec package: 'IllimaniKernel'
with: [ spec requires: #( 'MethodProxies' ) ].
spec package: 'IllimaniAllocationProfiler'
with: [ spec requires: #( ''IllimaniKernel'' 'MethodProxies' ) ].
with: [ spec requires: #( 'IllimaniKernel' 'MethodProxies' ) ].
spec package: 'IllimaniFinalizationProfiler'
with: [ spec requires: #( ''IllimaniKernel'' 'IllimaniAllocationProfiler' 'MethodProxies' ) ].
with: [ spec requires: #( 'IllimaniKernel' 'IllimaniAllocationProfiler' 'MethodProxies' ) ].
spec package: 'IllimaniUI'
with: [ spec requires: #( 'IllimaniAllocationProfiler' 'IllimaniFinalizationProfiler' ) ].
spec package: 'IllimaniAllocationProfiler-Tests'
Expand Down

0 comments on commit 5f42544

Please sign in to comment.