Skip to content

Commit 148c045

Browse files
committed
Remove TrailingWhitespace
Signed-off-by: Florian Wininger <[email protected]>
1 parent 4f4a833 commit 148c045

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.rubocop_todo.yml

-6
Original file line numberDiff line numberDiff line change
@@ -206,12 +206,6 @@ Layout/SpaceInsideParens:
206206
- 'test/test_password.rb'
207207
- 'testserver/ldapserver.rb'
208208

209-
# Offense count: 1
210-
# Cop supports --auto-correct.
211-
Layout/TrailingWhitespace:
212-
Exclude:
213-
- 'lib/net/ldap/filter.rb'
214-
215209
# Offense count: 1
216210
Lint/AmbiguousBlockAssociation:
217211
Exclude:

lib/net/ldap/filter.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ def match(entry)
646646
##
647647
# Converts escaped characters (e.g., "\\28") to unescaped characters
648648
# @note slawson20170317: Don't attempt to unescape 16 byte binary data which we assume are objectGUIDs
649-
# The binary form of 5936AE79-664F-44EA-BCCB-5C39399514C6 triggers a BINARY -> UTF-8 conversion error
649+
# The binary form of 5936AE79-664F-44EA-BCCB-5C39399514C6 triggers a BINARY -> UTF-8 conversion error
650650
def unescape(right)
651651
right = right.to_s
652652
if right.length == 16 && right.encoding == Encoding::BINARY

0 commit comments

Comments
 (0)