Skip to content

Commit 63f9212

Browse files
committed
Fix indent
1 parent 01e9dae commit 63f9212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vm/js/nqp-runtime/core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,5 +235,5 @@ op.findmethod = function(obj, method) {
235235
};
236236

237237
op.reprname = function(obj) {
238-
return obj._STable.REPR.name;
238+
return obj._STable.REPR.name;
239239
};

0 commit comments

Comments
 (0)