Skip to content

Commit

Permalink
Fix GS 64 incompatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli committed Jun 14, 2024
1 parent 8f0272c commit 334e437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Hyperspace-Model/CURIE.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Class {
CURIE class >> fromString: string [

| segments |
segments := string splitOn: $:.
segments := $: split: string.
AssertionChecker
enforce: [ segments size = 2 ]
because: [ 'Cannot create a CURIE from "<1s>"' expandMacrosWith: string ]
Expand Down

0 comments on commit 334e437

Please sign in to comment.