summaryrefslogtreecommitdiff
path: root/add-ln
diff options
context:
space:
mode:
Diffstat (limited to 'add-ln')
-rwxr-xr-xadd-ln3
1 files changed, 1 insertions, 2 deletions
diff --git a/add-ln b/add-ln
index 35bc44d..c98f0a0 100755
--- a/add-ln
+++ b/add-ln
@@ -3,6 +3,5 @@
i = 0
while line = STDIN.gets
puts "#{i}\t#{line}"
- i += 1
+ i += 1
end
-