Skip to content
Snippets Groups Projects
Commit 44419839 authored by ko_oler's avatar ko_oler
Browse files

fix

parent c2e95d13
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ type SystemID struct{}
func (t *SystemID) Type() string { return Space }
func (t *SystemID) String() string {
return "/" + System
return string(Separator) + System
}
func (t *SystemID) ToMap() map[string]any {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment