Skip to content

Commit db8eaec

Browse files
authored
Merge pull request #228 from ruby/remove-lockfile
Remove lockfile
2 parents a8ee251 + e1d9c83 commit db8eaec

3 files changed

Lines changed: 2 additions & 87 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
/spec/reports/
88
/tmp/
99
scratch.rb
10+
/*.lock
1011

1112
# rspec failure tracking
1213
.rspec_status
1314
.DS_Store
14-

Gemfile.lock

Lines changed: 0 additions & 85 deletions
This file was deleted.

lib/syntax_suggest/lex_value.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def initialize(line, type, token, state, last_lex = nil)
2828
@is_end = false
2929
@is_kw = false
3030
return if type != :on_kw
31-
#
31+
3232
return if last_lex && last_lex.fname? # https://github.com/ruby/ruby/commit/776759e300e4659bb7468e2b97c8c2d4359a2953
3333

3434
case token

0 commit comments

Comments
 (0)