This website works better with JavaScript
Home
Explore
Help
Sign In
haxe
/
HeapsIO.hide
mirror of
https://github.com/HeapsIO/hide.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Remove extra comma
Yuxiao Mao
1 year ago
parent
984f185a4d
commit
648614c8dd
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
hrt/shgraph/AstTools.hx
+ 1
- 1
hrt/shgraph/AstTools.hx
View File
@@ -19,7 +19,7 @@ class AstTools {
other
),
type,
- pos ?? defPos
,
+ pos ?? defPos
);
}