remove spurious whitespace

Co-authored-by: Asger F <asgerf@github.com>
This commit is contained in:
Erik Krogh Kristensen
2021-12-01 14:29:57 +01:00
committed by GitHub
parent fdcc144a98
commit de53727ab3

View File

@@ -1,6 +1,6 @@
class C {
#privDecl;
bar() {
{#privDecl} = this;
{#privDecl} = this;
}
}