diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2019-03-27 15:22:46 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2019-03-27 15:22:46 -0700 |
| commit | a1849da175765350e013bdeecfa4e0ad3c066937 (patch) | |
| tree | 616a115790271757148044e2b3228fb715c00726 /lib/compatibility/4.10.12.7.nom | |
| parent | bb07e6724118c431c3beed4060776678128905a1 (diff) | |
Autoformat (mostly just to do with the new
blank-line-after-end-of-multi-indent-block rule
Diffstat (limited to 'lib/compatibility/4.10.12.7.nom')
| -rw-r--r-- | lib/compatibility/4.10.12.7.nom | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/compatibility/4.10.12.7.nom b/lib/compatibility/4.10.12.7.nom index 529b3d8..53816ca 100644 --- a/lib/compatibility/4.10.12.7.nom +++ b/lib/compatibility/4.10.12.7.nom @@ -1,5 +1,4 @@ #!/usr/bin/env nomsu -V7.0.0 - ### This file defines upgrades from Nomsu <4.10.12.7 to 4.10.12.7 use "compatibility/compatibility" @@ -59,6 +58,7 @@ upgrade $tree to "4.10.12.7" as: ..else: if $has_use: go to (insert chunk) + $i += 1 return --- (insert chunk) --- @@ -74,4 +74,4 @@ upgrade $tree to "4.10.12.7" as: $new_tree = ("FileChunks" tree from $tree.source with $chunk1 $chunk2) for $i in (2 to #$tree): $new_tree.($i + 1) = $tree.$i - return $new_tree + return $new_tree
\ No newline at end of file |
