diff options
| author | Dmitry Gutov | 2013-10-21 10:15:47 +0400 |
|---|---|---|
| committer | Dmitry Gutov | 2013-10-21 10:15:47 +0400 |
| commit | c7e36328c69e8363928390fa8ee909d7a1cfd5b0 (patch) | |
| tree | 02032979864dd5da027d2b2a076e88bcf5af9883 /test | |
| parent | cfef16c08413b62d33a380d41916be1003380b71 (diff) | |
| download | emacs-c7e36328c69e8363928390fa8ee909d7a1cfd5b0.tar.gz emacs-c7e36328c69e8363928390fa8ee909d7a1cfd5b0.zip | |
* indent/ruby.rb: Fix a typo
Diffstat (limited to 'test')
| -rw-r--r-- | test/indent/ruby.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/indent/ruby.rb b/test/indent/ruby.rb index c898dbc5cf8..198ad6384f0 100644 --- a/test/indent/ruby.rb +++ b/test/indent/ruby.rb | |||
| @@ -182,7 +182,7 @@ and_this_one(has) { |block, parameters| | |||
| 182 | tee | 182 | tee |
| 183 | } | 183 | } |
| 184 | 184 | ||
| 185 | if foo + | 185 | if foo && |
| 186 | bar | 186 | bar |
| 187 | end | 187 | end |
| 188 | 188 | ||