aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/examples/x.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/examples/x.rb')
-rw-r--r--test/examples/x.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/examples/x.rb b/test/examples/x.rb
index 234a6406b..d1bb0f0a8 100644
--- a/test/examples/x.rb
+++ b/test/examples/x.rb
@@ -1,6 +1,6 @@
-class Demo
- def test # A test
- i = 1
- puts "Example"
- end
+class Demo
+ def test # A test
+ i = 1
+ puts "Example"
+ end
end \ No newline at end of file