Skip to content

Commit 24f7ea9

Browse files
committed
Fix missing semi colon
1 parent ae6c4ae commit 24f7ea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/prelude/prelude.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ var $copyIntf = function(src) {
299299
} else {
300300
return src;
301301
}
302-
}
302+
};
303303
304304
var $pointerOfStructConversion = function(obj, type) {
305305
if(obj.$proxies === undefined) {

0 commit comments

Comments
 (0)