Skip to content

Commit 8509032

Browse files
committedMay 23, 2015
Fix indentation (tabs vs spaces) [skip ci]
1 parent 5347f26 commit 8509032

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

‎opal/corelib/runtime.js

+6-6
Original file line numberDiff line numberDiff line change
@@ -568,12 +568,12 @@
568568

569569
klass.$$name = name;
570570

571-
if (base === undefined) {
572-
base = Opal;
573-
}
574-
else {
575-
base = base.$$scope;
576-
}
571+
if (base === undefined) {
572+
base = Opal;
573+
}
574+
else {
575+
base = base.$$scope;
576+
}
577577

578578
create_scope(base, klass, name);
579579
bridged_classes.push(klass);

0 commit comments

Comments
 (0)
Please sign in to comment.