]> git.vpit.fr Git - perl/modules/Scope-Context.git/blobdiff - lib/Scope/Context.pm
Cosmetic spacing tweak
[perl/modules/Scope-Context.git] / lib / Scope / Context.pm
index 70f68c008d6309196e7b8ed0f4a6044b38595833..bf0f7c0502a97b590f2b99259f58c6c08ded2a7c 100644 (file)
@@ -293,7 +293,7 @@ BEGIN {
 
     my \$info = \$self->{info};
     \$info = \$self->{info} = [ Scope::Upper::context_info(\$self->cxt) ]
-                                                                        unless \$info;
+                                                                  unless \$info;
 
     return \$info->[$idx];
    }