Skip to content

Commit 4444168

Browse files
committed
Rubocop - Style/LeadingCommentSpace
1 parent b18ae54 commit 4444168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/appium_lib/driver.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def self.promote_singleton_appium_methods(modules)
165165
end
166166

167167
target_modules.each do |const|
168-
#noinspection RubyResolve
168+
# noinspection RubyResolve
169169
$driver.public_methods(false).each do |m|
170170
const.send(:define_singleton_method, m) do |*args, &block|
171171
begin

0 commit comments

Comments
 (0)