Skip to content

Commit 479e1d1

Browse files
committed
Use ' ' as separator
1 parent 24244cd commit 479e1d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/model/variable.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export abstract class Variable {
4646
}
4747

4848
get wcpIdentifier(): string {
49-
return this.fullName.join('.');
49+
return this.fullName.join(' ');
5050
}
5151
}
5252

vendor/surfer

Submodule surfer updated from ddb282a to 895b20c

0 commit comments

Comments
 (0)